open directory and list files
-
Hello, I was wondering: if there is a possible code to look for a directory and then open it by displaying all the files in the directory in checkboxes, then copy the checked files to the server I will appreciate the help a lot Nisrine:):rose: nisrinee51@hotmail.com
-
Hello, I was wondering: if there is a possible code to look for a directory and then open it by displaying all the files in the directory in checkboxes, then copy the checked files to the server I will appreciate the help a lot Nisrine:):rose: nisrinee51@hotmail.com
1/ Create a checklistbox to display checkboxes + strings 2/ OpenFileDialog to open a dialog 3/ Directory.GetFiles to list all files of a directory 4/ File.Copy to copy files.
-
1/ Create a checklistbox to display checkboxes + strings 2/ OpenFileDialog to open a dialog 3/ Directory.GetFiles to list all files of a directory 4/ File.Copy to copy files.
-
the openfiledialog opens the file only not the directory how can I get it to open the directory where the files are listed??? Thanks Nisrine