Class DotNetFileEntry
A IUnixFileEntry implementation for the standard .NET file system functionality.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.DotNet
Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
Syntax
public class DotNetFileEntry : DotNetFileSystemEntry, IUnixFileEntry, IUnixFileSystemEntry, IUnixOwner
Constructors
| Improve this Doc View SourceDotNetFileEntry(FileInfo)
Initializes a new instance of the DotNetFileEntry class.
Declaration
public DotNetFileEntry(FileInfo info)
Parameters
Type | Name | Description |
---|---|---|
FileInfo | info | The FileInfo to extract the information from. |
Properties
| Improve this Doc View SourceFileInfo
Gets the file information.
Declaration
public FileInfo FileInfo { get; }
Property Value
Type | Description |
---|---|
FileInfo |
Size
Declaration
public long Size { get; }
Property Value
Type | Description |
---|---|
Int64 |