FILEFIND.IS_SYSTEM Function
Syntax
Flag as L = fileFindObj.Is_System()
Returns
- FlagLogical
Returns .t. if the file is a system file. Otherwise .f..
Description
The .IS_SYSTEM() method returns .T. if the file is a system file.
Example
dirs = FILEFIND.First("C:\aa\example\example.WebProjects\UX Controls.WebProject\*") ? dirs.name() = "C:\aa\example\example.WebProjects\UX Controls.WebProject\panelnavigator.zip" ? dirs.is_system() = .F.
See Also