hi team,
I have a new case.
i need to find all the subfolders of subfolders.
like assume that i have folder A–inside–A1 and A2 subfolders.
Inside A1 folder their will be again 2 folder A1a and A1b
inside A1a ----A1a1 folder and A!a2 folder also.
is their any way to extract all the folders at once.
Directory.GetDirectories(“Path”)—this is help to get A sub folders only.
if any way to find please help.
Thanks.