C# 클래스 UlteriusServer.Utilities.Files.FileTree

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

공개 프로퍼티들

프로퍼티 타입 설명
DeepWalk bool

공개 메소드들

메소드 설명
CalculateFilesSizesDfs ( Folder startFolder, string searchForFolder, bool isFound ) : long
ConstructTreeDfs ( Folder dir ) : void
FileTree ( string rootPath, bool deepWalk = false ) : System

메소드 상세

CalculateFilesSizesDfs() 공개 메소드

public CalculateFilesSizesDfs ( Folder startFolder, string searchForFolder, bool isFound ) : long
startFolder Folder
searchForFolder string
isFound bool
리턴 long

ConstructTreeDfs() 공개 메소드

public ConstructTreeDfs ( Folder dir ) : void
dir Folder
리턴 void

FileTree() 공개 메소드

public FileTree ( string rootPath, bool deepWalk = false ) : System
rootPath string
deepWalk bool
리턴 System

프로퍼티 상세

DeepWalk 공개적으로 프로퍼티

public bool DeepWalk
리턴 bool