Show / Hide Table of Contents

    Class DotNetDirectoryEntry

    A IUnixDirectoryEntry implementation for the standard .NET file system functionality.

    Inheritance
    Object
    DotNetFileSystemEntry
    DotNetDirectoryEntry
    Implements
    IUnixDirectoryEntry
    IUnixFileSystemEntry
    IUnixOwner
    Inherited Members
    DotNetFileSystemEntry.Info
    DotNetFileSystemEntry.Name
    DotNetFileSystemEntry.Permissions
    DotNetFileSystemEntry.LastWriteTime
    DotNetFileSystemEntry.CreatedTime
    DotNetFileSystemEntry.NumberOfLinks
    DotNetFileSystemEntry.Owner
    DotNetFileSystemEntry.Group
    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 class DotNetDirectoryEntry : DotNetFileSystemEntry, IUnixDirectoryEntry, IUnixFileSystemEntry, IUnixOwner

    Constructors

    | Improve this Doc View Source

    DotNetDirectoryEntry(DirectoryInfo, Boolean, Boolean)

    Initializes a new instance of the DotNetDirectoryEntry class.

    Declaration
    public DotNetDirectoryEntry(DirectoryInfo dirInfo, bool isRoot, bool allowDeleteIfNotEmpty)
    Parameters
    Type Name Description
    DirectoryInfo dirInfo

    The DirectoryInfo to extract the information from.

    Boolean isRoot

    Defines whether this the root directory.

    Boolean allowDeleteIfNotEmpty

    Is deletion of this directory allowed if it's not empty.

    Properties

    | Improve this Doc View Source

    DirectoryInfo

    Gets the directory information.

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

    IsDeletable

    Declaration
    public bool IsDeletable { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsRoot

    Declaration
    public bool IsRoot { get; }
    Property Value
    Type Description
    Boolean

    Implements

    IUnixDirectoryEntry
    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.