Interface IUnixFileSystemEntry
The file system entry information that is shared between a IUnixDirectoryEntry and a IUnixFileEntry.
Namespace: FubarDev.FtpServer.FileSystem
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IUnixFileSystemEntry : IUnixOwner
  Properties
| Improve this Doc View SourceCreatedTime
Gets the time of creation.
Declaration
DateTimeOffset? CreatedTime { get; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<DateTimeOffset> | 
LastWriteTime
Gets the last write time.
Declaration
DateTimeOffset? LastWriteTime { get; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<DateTimeOffset> | 
Name
Gets the name of the file system entry.
Declaration
string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| String | 
NumberOfLinks
Gets the number of links.
Declaration
long NumberOfLinks { get; }
  Property Value
| Type | Description | 
|---|---|
| Int64 | 
Permissions
Gets the file entry permissions.
Declaration
IUnixPermissions Permissions { get; }
  Property Value
| Type | Description | 
|---|---|
| IUnixPermissions |