Show / Hide Table of Contents

Class DirectoryInfoExtensions

DirectoryInfo extension methods.

Inheritance
object
DirectoryInfoExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: GlitchedPolygons.ExtensionMethods
Assembly: GlitchedPolygons.ExtensionMethods.dll
Syntax
public static class DirectoryInfoExtensions

Methods

| Improve this Doc View Source

DeleteRecursively(DirectoryInfo)

Deletes the specified directory recursively, including all of its sub-directories and files.

Declaration
public static void DeleteRecursively(this DirectoryInfo dir)
Parameters
Type Name Description
DirectoryInfo dir

The directory to delete.

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