Hello,
I am currently developing a process that creates folders using a person’s surname, moves files into it, and zips it up.
The creation of folders and moving of files works fine, but how would I get the folder names in a directory? The number of folders will vary and the Directory.GetFiles
I am using does not work.
Any help would be appriciated. Thanks in advance!