C# 클래스 BaconFeedback.FileHandler

파일 보기 프로젝트 열기: Revelations/BaconApp

공개 메소드들

메소드 설명
DeleteFile ( string path ) : void
DeleteFolder ( string folder ) : void
Export ( string contents, string fileName ) : void
GetCreationDate ( string path ) : string
GetFeedbackContents ( string path ) : string[]
GetFeedbackFiles ( string directory ) : IEnumerable
GetSubfolders ( ) : IEnumerable
SortFiles ( ) : void

비공개 메소드들

메소드 설명
GetShortDirectoryName ( string directory ) : string

메소드 상세

DeleteFile() 공개 정적인 메소드

public static DeleteFile ( string path ) : void
path string
리턴 void

DeleteFolder() 공개 정적인 메소드

public static DeleteFolder ( string folder ) : void
folder string
리턴 void

Export() 공개 정적인 메소드

public static Export ( string contents, string fileName ) : void
contents string
fileName string
리턴 void

GetCreationDate() 공개 정적인 메소드

public static GetCreationDate ( string path ) : string
path string
리턴 string

GetFeedbackContents() 공개 정적인 메소드

public static GetFeedbackContents ( string path ) : string[]
path string
리턴 string[]

GetFeedbackFiles() 공개 정적인 메소드

public static GetFeedbackFiles ( string directory ) : IEnumerable
directory string
리턴 IEnumerable

GetSubfolders() 공개 정적인 메소드

public static GetSubfolders ( ) : IEnumerable
리턴 IEnumerable

SortFiles() 공개 정적인 메소드

public static SortFiles ( ) : void
리턴 void