C# Class Pokemon3D.Editor.Core.Model.FileSystem

Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
EnsureFolderExists ( string folderPath ) : void
GetFiles ( string folderPath, Action onFileFound ) : void
GetFilesOfFolderRecursive ( string folderPath, Action onFilesInFolderFound ) : void
GetFilesRecursive ( string folderPath, Action onFileFound ) : void

Method Details

EnsureFolderExists() public static méthode

public static EnsureFolderExists ( string folderPath ) : void
folderPath string
Résultat void

GetFiles() public static méthode

public static GetFiles ( string folderPath, Action onFileFound ) : void
folderPath string
onFileFound Action
Résultat void

GetFilesOfFolderRecursive() public static méthode

public static GetFilesOfFolderRecursive ( string folderPath, Action onFilesInFolderFound ) : void
folderPath string
onFilesInFolderFound Action
Résultat void

GetFilesRecursive() public static méthode

public static GetFilesRecursive ( string folderPath, Action onFileFound ) : void
folderPath string
onFileFound Action
Résultat void