C# Class UlteriusServer.Utilities.Files.FileTree

Exibir arquivo Open project: Ulterius/server Class Usage Examples

Public Properties

Property Type Description
DeepWalk bool

Public Methods

Method Description
CalculateFilesSizesDfs ( Folder startFolder, string searchForFolder, bool isFound ) : long
ConstructTreeDfs ( Folder dir ) : void
FileTree ( string rootPath, bool deepWalk = false ) : System

Method Details

CalculateFilesSizesDfs() public method

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

ConstructTreeDfs() public method

public ConstructTreeDfs ( Folder dir ) : void
dir Folder
return void

FileTree() public method

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

Property Details

DeepWalk public_oe property

public bool DeepWalk
return bool