how get filenames of certain folder?

  • Thread starter Thread starter poldoj
  • Start date Start date
P

poldoj

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
 
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

\\\
Dim Files() As String = System.IO.Directory.GetFiles("C:\")
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top