C# 클래스 BestHTTP.PlatformSupport.FileSystem.WebGLIOService

상속: IIOService
파일 보기 프로젝트 열기: 526077247/ET 1 사용 예제들

공개 메소드들

메소드 설명
CreateFileStream ( string path, FileStreamModes mode ) : Stream
DirectoryCreate ( string path ) : void
DirectoryExists ( string path ) : bool
FileDelete ( string path ) : void
FileExists ( string path ) : bool
GetFiles ( string path ) : string[]

메소드 상세

CreateFileStream() 공개 메소드

public CreateFileStream ( string path, FileStreamModes mode ) : Stream
path string
mode FileStreamModes
리턴 Stream

DirectoryCreate() 공개 메소드

public DirectoryCreate ( string path ) : void
path string
리턴 void

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

FileDelete() 공개 메소드

public FileDelete ( string path ) : void
path string
리턴 void

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

GetFiles() 공개 메소드

public GetFiles ( string path ) : string[]
path string
리턴 string[]