C# 클래스 GuiLabs.FileUtilities.Folder

파일 보기 프로젝트 열기: KirillOsenkov/ContentSync 1 사용 예제들

공개 메소드들

메소드 설명
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