C# 클래스 Pokemon3D.Editor.Core.Model.FileSystem

파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
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