How do I get a list of subdirectories to a text file?

  • Thread starter Thread starter dibblm
  • Start date Start date
I looked at and tried the sstream writer. However, The stream writer doesnt
write my results correctly. I have a populated array that I need that array
to popluate my text as well and all is not working to good.

I will post again as a new question unless you have some idea..


Herfried K. Wagner said:
dibblm said:
[Nothing]

Take a look at 'System.IO.Directory.GetDirectories' and
'System.IO.StreamWriter'.
 
dibblm said:
I looked at and tried the sstream writer. However, The stream writer doesnt
write my results correctly. I have a populated array that I need that array
to popluate my text as well and all is not working to good.

I will post again as a new question unless you have some idea..

Post your code!
 

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