C# Класс System.IO.DirectoryExtensions

Directory extensions.
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteDirectory ( this path ) : void
HasParentChildRelation ( this expectedParent, DirectoryInfo maybeOrphan ) : bool

Описание методов

DeleteDirectory() публичный статический Метод

public static DeleteDirectory ( this path ) : void
path this
Результат void

HasParentChildRelation() публичный статический Метод

public static HasParentChildRelation ( this expectedParent, DirectoryInfo maybeOrphan ) : bool
expectedParent this
maybeOrphan DirectoryInfo
Результат bool