R
Ronald S. Cook
I'm wanting to scan all folders and files under a specified path (e.g.
C:\Files). I know using System.IO I can use Directory.GetFiles to get a
list of files under a folder, but how do I get the name of the folder?
Is there any sample code out there that can kickstart me?
Thanks,
Ron
C:\Files). I know using System.IO I can use Directory.GetFiles to get a
list of files under a folder, but how do I get the name of the folder?
Is there any sample code out there that can kickstart me?
Thanks,
Ron