Show / Hide Table of Contents

    Class DotNetFileSystemEntry

    Base class for System.IO based file system entries.

    Inheritance
    Object
    DotNetFileSystemEntry
    DotNetDirectoryEntry
    DotNetFileEntry
    Implements
    IUnixFileSystemEntry
    IUnixOwner
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.FileSystem.DotNet
    Assembly: FubarDev.FtpServer.FileSystem.DotNet.dll
    Syntax
    public abstract class DotNetFileSystemEntry : IUnixFileSystemEntry, IUnixOwner

    Constructors

    | Improve this Doc View Source

    DotNetFileSystemEntry(FileSystemInfo)

    Initializes a new instance of the DotNetFileSystemEntry class.

    Declaration
    protected DotNetFileSystemEntry(FileSystemInfo fsInfo)
    Parameters
    Type Name Description
    FileSystemInfo fsInfo

    The FileSystemInfo to extract the information from.

    Properties

    | Improve this Doc View Source

    CreatedTime

    Declaration
    public DateTimeOffset? CreatedTime { get; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    | Improve this Doc View Source

    Group

    Declaration
    public string Group { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Info

    Gets the underlying DirectoryInfo.

    Declaration
    public FileSystemInfo Info { get; }
    Property Value
    Type Description
    FileSystemInfo
    | Improve this Doc View Source

    LastWriteTime

    Declaration
    public DateTimeOffset? LastWriteTime { get; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    NumberOfLinks

    Declaration
    public long NumberOfLinks { get; }
    Property Value
    Type Description
    Int64
    | Improve this Doc View Source

    Owner

    Declaration
    public string Owner { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Permissions

    Declaration
    public IUnixPermissions Permissions { get; }
    Property Value
    Type Description
    IUnixPermissions

    Implements

    IUnixFileSystemEntry
    IUnixOwner
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.