<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > GetFiles |
Service
Method
GetFiles
Description
Returns the names of files (including their paths) that match the specified search pattern in the specified directory.
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 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 files in the specified directory that match the specified search pattern. |
List of Object |
|