I want to read the Folder name one by one from specific path, can anyone please advice.
Below is the sample of my folder and I want to read that all folder name one by one.
I want to read the Folder name one by one from specific path, can anyone please advice.
Below is the sample of my folder and I want to read that all folder name one by one.
Use GetDirectories to get all directories in a given folder.
You can then iterate over these and work with the data in each individually.