C# Class System.IO.DirectoryExtensions

Directory extensions.
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
DeleteDirectory ( this path ) : void
HasParentChildRelation ( this expectedParent, DirectoryInfo maybeOrphan ) : bool

Method Details

DeleteDirectory() public static méthode

public static DeleteDirectory ( this path ) : void
path this
Résultat void

HasParentChildRelation() public static méthode

public static HasParentChildRelation ( this expectedParent, DirectoryInfo maybeOrphan ) : bool
expectedParent this
maybeOrphan DirectoryInfo
Résultat bool