FileNode.IsDeleted Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
IsDeleted
Returns true if the node is deleted (does not exist in the file system), otherwise false.
Implementation of the property calls FileSystemProvider methods, therefore repeated consecutive calls of the property can be expensive. Consider storing the value of the property in a local variable.
Inherited from NodeBase.Declaration
public bool IsDeleted { get; }
Property Value
Type | Description |
---|---|
Boolean |