Name |
Type |
Description |
Clone |
(clsSearchFilesFInfoAL) |
Returns a clone of the current object |
GetFileDate |
|
Returns Datetime information about the current item |
GetUTCFileDate |
|
Returns Datetime information about the current item in UTF format |
IsCompressed |
(Boolean) |
Returns True if the item is compressed |
IsDirectory |
(Boolean) |
Returns True if the current item has the esfa_FILE_ATTRIBUTE_DIRECTORY attribute IsDirectory = (lAttributes And esfa_FILE_ATTRIBUTE_DIRECTORY) <> 0 |
IsEncrypted |
(Boolean) |
Returns True if the item is encrypted |
IsFile |
(Boolean) |
Returns True if the current item is not a Directory |
IsHidden |
(Boolean) |
Returns True if the item has the Hidden attribute |
IsReadOnly |
(Boolean) |
Returns True if the item has the ReadOnly attribute |
IsSystem |
(Boolean) |
Returns True if the item has the System attribute |
LoadFromFileOrDir |
(Boolean) |
Load class information using the given path |
sPathFileName |
(String) |
Returns the complete path and filename of the current file |