Show / Hide Table of Contents

    Class FileSystemExtensions

    All file system/directory related extensions.

    Inheritance
    object
    FileSystemExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Code.Library.Extensions
    Assembly: Code.Library.dll
    Syntax
    public static class FileSystemExtensions

    Methods

    | Improve this Doc View Source

    Clean(DirectoryInfo)

    delete all the files and folders in the specified directory.

    Declaration
    public static void Clean(this DirectoryInfo directory)
    Parameters
    Type Name Description
    DirectoryInfo directory

    Directory which need to clean.

    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX