Class DotNetFileSystemEntry
Base class for System.IO based file system entries.
Inheritance
DotNetFileSystemEntry
Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
Syntax
public abstract class DotNetFileSystemEntry : IUnixFileSystemEntry, IUnixOwner
Constructors
|
Improve this Doc
View Source
DotNetFileSystemEntry(FileSystemInfo)
Declaration
protected DotNetFileSystemEntry(FileSystemInfo fsInfo)
Parameters
Properties
|
Improve this Doc
View Source
CreatedTime
Declaration
public DateTimeOffset? CreatedTime { get; }
Property Value
|
Improve this Doc
View Source
Group
Declaration
public string Group { get; }
Property Value
|
Improve this Doc
View Source
Info
Declaration
public FileSystemInfo Info { get; }
Property Value
|
Improve this Doc
View Source
LastWriteTime
Declaration
public DateTimeOffset? LastWriteTime { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
NumberOfLinks
Declaration
public long NumberOfLinks { get; }
Property Value
|
Improve this Doc
View Source
Owner
Declaration
public string Owner { get; }
Property Value
|
Improve this Doc
View Source
Permissions
Declaration
public IUnixPermissions Permissions { get; }
Property Value
Implements