I am able to list files and folders, i not able to list files and folders recursively. Fo example i have C:\dir_A\dir_B\file_X and i set dir-name-pattern to C:\dir_A i want to get dir_B and file_X, but since file_X is in subfolder dir_B, i only get dir_B and file_X is invisible. In Powershell it would be Get-ChildItem -Path C:\dir_A –Recurse
↧