SearchFilesWithWildcards

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > FTP >

SearchFilesWithWildcards

Service

FTP

 

Method

SearchFilesWithWildcards

 

Description

Returns a list of files that match the search pattern in the specified server directory.

 

Input

Name

Description

Type

Optional

remoteDirectoryPath

The pathname of the remote directory.

String

 

searchPattern

The search string to match the items against.

String

 

Output

Name

Description

Type

Optional

returnValue

A list containing the names of all files matching the specified pattern.

List of string

 

 

Remarks

The following wildcard specifiers are permitted in searchPattern:

* – zero or more characters

? – exactly one character