P poldoj Jan 16, 2005 #1 Hi all, Just wondering if is possible to get all filenames of files presents in a certain folder then put them in a array. Thanks
Hi all, Just wondering if is possible to get all filenames of files presents in a certain folder then put them in a array. Thanks
H Herfried K. Wagner [MVP] Jan 16, 2005 #2 poldoj said: Hi all, Just wondering if is possible to get all filenames of files presents in a certain folder then put them in a array. Thanks Click to expand... \\\ Dim Files() As String = System.IO.Directory.GetFiles("C:\") ///
poldoj said: Hi all, Just wondering if is possible to get all filenames of files presents in a certain folder then put them in a array. Thanks Click to expand... \\\ Dim Files() As String = System.IO.Directory.GetFiles("C:\") ///