Search for directories starting with some characters on server.

Advertisement

sumangeorge
Joined:
Posts:
15
Location:
Detroit

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.

Set directoryInfo = session.ListDirectory("/home/maenrol/ImagesStaging/" & strImages_Folder_Name & "*")

Please let me know if anyone has a solution to this.

Reply with quote

Advertisement

martin
Site Admin
martin avatar

Re: Search for directories starting with some characters on server.

That's correct. Then you have to implement the recursion on your own.

Reply with quote

Advertisement

You can post new topics in this forum