FIND_FILES action
Related pages:
FIND_FILES directory, mask, bRecursive, filesDesc, retCode
directory | in | Existing directory, where to find. TEXT type. | ||||||||||||||||||||||||
mask | in | Name of the file or directory you want to look for. It can contains the characters * and ?. TEXT type. | ||||||||||||||||||||||||
bRecursive | in | BOOLEAN type.
|
||||||||||||||||||||||||
filesDesc | in | Local structure of SD._System_FileInfo
type or other structure definition consisting of the same column count and types.
|
||||||||||||||||||||||||
retCode | out | Return code. |
RECORD (SD.ESL_FIND_FILES) _dir INT _retCode BEGIN FIND_FILES "c:\directory", "*", @TRUE, _dir, _retCode END
Related pages:
0 komentárov