Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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

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

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.