@FTPNTScanOSDirectory
Syntax
@FTPNTScanOSDirectory(FTPNTHANDLE;TEXTPATTERN;FNCONOPTIONS;TEXTOPTIONS1);
@FTPNTScanOSDirectory(FTPNTHANDLE;TEXTPATTERN;FNCONOPTIONS;TEXTOPTIONS1;TEXTOPTIONS2);
@FTPNTScanOSDirectory(FTPNTHANDLE;TEXTPATTERN;FNCONOPTIONS;TEXTOPTIONS1;TEXTOPTIONS2;FNFLAGS1);
@FTPNTScanOSDirectory(FTPNTHANDLE;TEXTPATTERN;FNCONOPTIONS;TEXTOPTIONS1;TEXTOPTIONS2;FNFLAGS1;TEXTPATHADD);
Description
Searches the current directory on the FTP server of the FTP session with the FTPNTHANDLE FTPNTHANDLE for files contained in it.
TEXT TEXTPATTERN specifies the file name with the search criteria (wildcards, for example "*.jpg").
FN FNCONOPTIONS can be used to specify connection options!
0 is the default!
TEXT TEXTOPTIONS1 can be used to specify the file attributes that the files to be searched may have.Files with any additional attributes set are not included in the result list!
TEXT TEXTOPTIONS2 can additionally be used to specify the file attributes that the files to be searched must have.Files with fewer attributes set are not included in the result list.
TEXT TEXTPATHADD can be used to specify text that is prepended to each element of the returned result list.
TEXTOPTIONS1:
A May have the archive attribute
D May have the directory attribute
S May have the system attribute
H May have the hidden attribute
R May have the read-only attribute
TEXTOPTIONS2:
A Must have the archive attribute
D Must have the directory attribute
S Must have the system attribute
H Must have the hidden attribute
R Must have the read-only attribute
FNFLAGS1:
0 The data type of the returned variable is TEXTLIST (default value).
1 The data type of the returned variable is VHUGETEXTLIST.
Note : This text was machine-translated and may contain inaccuracies.
