Is there a way to clear a file list box so it will not show any files like how you would clear a regular list box using .Clear. I don't see a .Clear for the FileListBox. I tried using .Path = "" but that didn't change anything; it still showed the same files. I tried pointing the .Path to a directory that had no files in it and that works but I don't like doing that.
↧