|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
This method returns status information for the directory(s) or file(s) contained in the specified directory whose names match the specified regular expression. Use a regular expression to query the status of a set of files. The regular expression can only be used on the file name portion of the input parameter. For exampleThis expression queries all the files in c:/temp directory.The arguments and return values for this method are different for Microsoft Windows and Unix platforms.Synchronous, IMPACT_INFO.Microsoft Windows Only Arguments
Name of the directory to be searched. No entry indicates the current directory. Regular expressions are not allowed for this argument. Unix Only Arguments
Common to Both Microsoft Windows and Unix Returns
Name of the file to query. Table is indexed on the File Name Seconds Since Accessed Seconds Since Modified Number of seconds elapsed since last modified Seconds Since Creation (Microsoft Windows only) Number of seconds elapsed since creation.(UNIX only) Number of seconds since last status change.Microsoft Windows Only Returns
(Microsoft Windows only) The alternate file name of this file or directory. This name is in the classic 8.3 (filename.ext) file name format. (Microsoft Windows only) The file or directory is read-only. Applications can read the file but cannot write to it or delete it. In the case of a directory, applications cannot delete it. (Microsoft Windows only) The file or directory is hidden. It is not included in an ordinary directory listing. (Microsoft Windows only) The file or directory is part of the operating system or is used exclusively by the operating system. (Microsoft Windows only) The file or directory is an archive file or directory. Applications use this attribute to mark files for backup or removal. (Microsoft Windows only) The file or directory is encrypted. For a file, this means that all data in the file is encrypted. For a directory, this means that encryption is the default for newly created files and subdirectories. (Microsoft Windows only) The file or directory has no other attributes set. This attribute is valid only if used alone. (Microsoft Windows only) The file data is not immediately available. This attribute indicates that the file data has been physically moved to offline storage. This attribute is used by Remote Storage, the hierarchical storage management software. Applications should not arbitrarily change this attribute. (Microsoft Windows only) The file has an associated reparse point. (Microsoft Windows only) The file is a sparse file. (Microsoft Windows only) The file is being used for temporary storage. File systems attempt to keep all of the data in memory for quicker access, rather than flushing it back to mass storage. A temporary file should be deleted by the application as soon as it is no longer needed.Unix Only Returns
Major number of the device on which the file resides Minor number of the device on which the file resides
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |