Show / Hide Table of Contents

Class DirectoryInfoExtensions

System.IO.DirectoryInfo extension methods.

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: GlitchedPolygons.ExtensionMethods
Assembly: UnityScriptsLibrary.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.

Careful with this, ffs!

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

The directory to delete.

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