C# Class UlteriusServer.Utilities.Files.FileTree

Afficher le fichier Open project: Ulterius/server Class Usage Examples

Méthodes publiques

Свойство Type Description
DeepWalk bool

Méthodes publiques

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

Method Details

CalculateFilesSizesDfs() public méthode

public CalculateFilesSizesDfs ( Folder startFolder, string searchForFolder, bool isFound ) : long
startFolder Folder
searchForFolder string
isFound bool
Résultat long

ConstructTreeDfs() public méthode

public ConstructTreeDfs ( Folder dir ) : void
dir Folder
Résultat void

FileTree() public méthode

public FileTree ( string rootPath, bool deepWalk = false ) : System
rootPath string
deepWalk bool
Résultat System

Property Details

DeepWalk public_oe property

public bool DeepWalk
Résultat bool