C# Class GuiLabs.FileUtilities.Folder

Afficher le fichier Open project: KirillOsenkov/ContentSync Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AreIdentical() public static méthode

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
Résultat bool

CreateOnDisk() public méthode

public CreateOnDisk ( string parentFolder ) : void
parentFolder string
Résultat void

Folder() public méthode

public Folder ( string name, IEnumerable folders, IEnumerable files ) : System.Collections.Generic
name string
folders IEnumerable
files IEnumerable
Résultat System.Collections.Generic

FromDisk() public static méthode

public static FromDisk ( string folderPath ) : Folder
folderPath string
Résultat Folder