Show / Hide Table of Contents

    Class DirectoryInfoExtensions

    Inheritance
    System.Object
    DirectoryInfoExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.Extensions
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public static class DirectoryInfoExtensions

    Methods

    | Improve this Doc View Source

    SubDirectoryInfo(DirectoryInfo, String)

    Declaration
    public static DirectoryInfo SubDirectoryInfo(this DirectoryInfo parentDirectory, string subDirectoryName)
    Parameters
    Type Name Description
    System.IO.DirectoryInfo parentDirectory
    System.String subDirectoryName
    Returns
    Type Description
    System.IO.DirectoryInfo
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network