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

Datei anzeigen Open project: nilllzz/Pokemon3D

Public Methods

Method 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 method

public static EnsureFolderExists ( string folderPath ) : void
folderPath string
return void

GetFiles() public static method

public static GetFiles ( string folderPath, Action onFileFound ) : void
folderPath string
onFileFound Action
return void

GetFilesOfFolderRecursive() public static method

public static GetFilesOfFolderRecursive ( string folderPath, Action onFilesInFolderFound ) : void
folderPath string
onFilesInFolderFound Action
return void

GetFilesRecursive() public static method

public static GetFilesRecursive ( string folderPath, Action onFileFound ) : void
folderPath string
onFileFound Action
return void