Hi All, I am new here. I am trying to get all subfolders in a folder. Directory.GetDirectories(strTempFolderPath)

any fix for this please?

Hi @sudhakar.yarrappagari ,

Make sure System.IO is on your imports or call the method as

System.IO.Directory.GetDirectories()

thank you @Edwin_Barahona , it worked .

Hi @sudhakar.yarrappagari

You can also use for each folder in folder activity

Regards
Sudharsan