C# Class System.IO.DirectoryExtensions

Directory extensions.
显示文件 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
DeleteDirectory ( this path ) : void
HasParentChildRelation ( this expectedParent, DirectoryInfo maybeOrphan ) : bool

Method Details

DeleteDirectory() public static method

public static DeleteDirectory ( this path ) : void
path this
return void

HasParentChildRelation() public static method

public static HasParentChildRelation ( this expectedParent, DirectoryInfo maybeOrphan ) : bool
expectedParent this
maybeOrphan DirectoryInfo
return bool