I'm new to .Net programing and need some help.
I'm creating a Windows application with VB.NET:
I need to read all subdirectories below a c:\batches.
If files exist in a subdirectory I need to then create a file with it's name being: subdirectoryname.txt in the top level (C:\batches) directory with all the files names of that subdirectory listed in it.
Any help in getting started would be appreciated.
I'm creating a Windows application with VB.NET:
I need to read all subdirectories below a c:\batches.
If files exist in a subdirectory I need to then create a file with it's name being: subdirectoryname.txt in the top level (C:\batches) directory with all the files names of that subdirectory listed in it.
Any help in getting started would be appreciated.