Search for directories starting with some characters on server.
We have to search internal server with directories/folder starting with lets say ABC.
There might be multiple folders such as ABC1, ABC2.
ListDirectory doesn't have option to do it.
Please let me know if anyone has a solution to this.
There might be multiple folders such as ABC1, ABC2.
ListDirectory doesn't have option to do it.
Set directoryInfo = session.ListDirectory("/home/maenrol/ImagesStaging/" & strImages_Folder_Name & "*")
Please let me know if anyone has a solution to this.