Syntax | #include <stdlib.h> int bs2fstat(const char *pattern, void ( *function)(const char *filename, int len)); |
Description bs2fstat
returns the fully-qualified file names (:catid:$userid.filename
) of files that
satisfy the selection criterion given by pattern along with the length of each respective file For each file found,
pattern is a fully or partially qualified file name with wildcard syntax For compatibility reasons, further parameters may be specified to determine which files are file and catalog attributes (FCBTYPE, SHARE, etc.) creation and access date (CRDATE, EXDATE, etc.) These parameters must be specified in the syntax of the ISP command FSTAT. The pattern "*,
| |
Return val. | 0 DMS error message code if an error occurs. |
Notes | The flag for DMS error message codes can be only queried from outside the user-defined |
See also |
|