FileSystemEntryInfoIsSystem Property |
The instance is a system file. That is, the file is part of the operating system or is used exclusively by the operating system.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsSystem { get; }
Public ReadOnly Property IsSystem As Boolean
Get
public:
property bool IsSystem {
bool get ();
}
member IsSystem : bool with get
Property Value
Type:
BooleanSee Also