|
<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > GetDirectories |
Service
Method
GetDirectories
Description
Returns the names of the subdirectories (including their paths) that match the specified search pattern in the specified directory.
The method is disabled on Jamio Public Cloud.
Input |
|||
Name |
Description |
Type |
Optional |
path |
The relative or absolute path to the directory to search. (Required) |
String |
|
searchPattern |
The search string to match against the names of subdirectories in the specified path; this parameter can contain a combination of valid literal path and wildcard (* and ?) characters. (Defaults to "*.*") |
String |
|
includeSubdirectories |
True if the search operation should include all subdirectories, false otherwise. (Defaults to false). |
Bool |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A list of the full names (including paths) for the subdirectories in the specified directory that match the specified search pattern. |
List of Object |
|