Get Folders by Wildcard

Obtains a set of folders that match specified wildcard criteria, returning them as a list of strings.

 

Input Arguments

 

0

String

Search String

The wildcard search string

1

Boolean

Case Sensitive Search

Indicates whether the search for folder names should be case-sensitive.

 

Return Arguments

 

2

String Ref List

Folder List

The resulting list of folder names.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Standard SA wildcard characters (* and ?) apply for the wildcard search string.