<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > GetFileSystemEntries |
Service
Method
GetFileSystemEntries
Description
Returns a list of all the file names and directory names that match a search pattern in a specified path.
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 files and directories 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 file names and directory names that match the specified search criteria. |
List of Object |
|