Interface IUnixDirectoryEntry
A unix directory entry.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IUnixDirectoryEntry : IUnixFileSystemEntry, IUnixOwner
  Properties
| Improve this Doc View SourceIsDeletable
Gets a value indicating whether this directory can be deleted.
Declaration
bool IsDeletable { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
IsRoot
Gets a value indicating whether this is the root directory.
Declaration
bool IsRoot { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean |