C# Класс GuiLabs.FileUtilities.Folder

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AreIdentical ( Folder left, Folder right ) : bool

Folders can be considered identical if the names are different. Equality is content based.

CreateOnDisk ( string parentFolder ) : void
Folder ( string name, IEnumerable folders, IEnumerable files ) : System.Collections.Generic
FromDisk ( string folderPath ) : Folder

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

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

Folders can be considered identical if the names are different. Equality is content based.
public static AreIdentical ( Folder left, Folder right ) : bool
left Folder
right Folder
Результат bool

CreateOnDisk() публичный Метод

public CreateOnDisk ( string parentFolder ) : void
parentFolder string
Результат void

Folder() публичный Метод

public Folder ( string name, IEnumerable folders, IEnumerable files ) : System.Collections.Generic
name string
folders IEnumerable
files IEnumerable
Результат System.Collections.Generic

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

public static FromDisk ( string folderPath ) : Folder
folderPath string
Результат Folder