C# Класс Pokemon3D.Editor.Core.Model.FileSystem

Показать файл Открыть проект

Открытые методы

Метод Описание
EnsureFolderExists ( string folderPath ) : void
GetFiles ( string folderPath, Action onFileFound ) : void
GetFilesOfFolderRecursive ( string folderPath, Action onFilesInFolderFound ) : void
GetFilesRecursive ( string folderPath, Action onFileFound ) : void

Описание методов

EnsureFolderExists() публичный статический Метод

public static EnsureFolderExists ( string folderPath ) : void
folderPath string
Результат void

GetFiles() публичный статический Метод

public static GetFiles ( string folderPath, Action onFileFound ) : void
folderPath string
onFileFound Action
Результат void

GetFilesOfFolderRecursive() публичный статический Метод

public static GetFilesOfFolderRecursive ( string folderPath, Action onFilesInFolderFound ) : void
folderPath string
onFilesInFolderFound Action
Результат void

GetFilesRecursive() публичный статический Метод

public static GetFilesRecursive ( string folderPath, Action onFileFound ) : void
folderPath string
onFileFound Action
Результат void