|
Previous Top Next |
Prototype: | (Long pFileAttributes) |
pFileAttributes | Attribute value |
This method sets the value of the FileAttributes property. It is used in CountFilesInDirectories and ScanFiles methods and initially set in the Construct method to FF_:NORMAL. The FileAttributes property determines the attribute for the files being read or counted in by ScanFiles.
Example:
ITF ITFileSearchClass
Code
ITS.SetFileAttributes(FF_:READONLY) !! Scan only files that are read-only.
ITS.ScanDirectories()
ITS.ScanFiles()
See also: