C# 클래스 FolderManagement.FileStorageService

파일 보기 프로젝트 열기: dream-365/toolkit 1 사용 예제들

공개 메소드들

메소드 설명
QueryFiles ( string root, string regex ) : IEnumerable
QueryFolders ( string root, string regex ) : IEnumerable
ReanmePreview ( string name, string regex, string format ) : string
RenameFile ( string fullPath, string regex, string format ) : string
RenameFolder ( string fullPath, string regex, string format ) : string

비공개 메소드들

메소드 설명
CreateDirectoryIfNotExists ( string dir ) : void
InternalRename ( string name, string regex, string format ) : string

메소드 상세

QueryFiles() 공개 메소드

public QueryFiles ( string root, string regex ) : IEnumerable
root string
regex string
리턴 IEnumerable

QueryFolders() 공개 메소드

public QueryFolders ( string root, string regex ) : IEnumerable
root string
regex string
리턴 IEnumerable

ReanmePreview() 공개 메소드

public ReanmePreview ( string name, string regex, string format ) : string
name string
regex string
format string
리턴 string

RenameFile() 공개 메소드

public RenameFile ( string fullPath, string regex, string format ) : string
fullPath string
regex string
format string
리턴 string

RenameFolder() 공개 메소드

public RenameFolder ( string fullPath, string regex, string format ) : string
fullPath string
regex string
format string
리턴 string