I'm using System.IO.File.Copy to copy a file to a folder. I have a FileListBox on my form that contains the files in that folder. The problem I'm having is that the FileListBox doesn't show the newly added file unless I change folders and then come back it.
I've tried FileListBox.Refresh and FileListBox.Update with no luck.
Any help out there?
Thanks,
Bernie
I've tried FileListBox.Refresh and FileListBox.Update with no luck.
Any help out there?
Thanks,
Bernie