C# 클래스 Achilles.Acme.Storage.IO.File

Cloud Storage to System.IO Bridge File class.
파일 보기 프로젝트 열기: Achilles-Software/CloudStorageProvider

공개 메소드들

메소드 설명
Copy ( string sourceFileName, string destFileName ) : void
Copy ( string sourceFileName, string destFileName, bool overwrite ) : void
Delete ( string path ) : void
Exists ( string path ) : bool
Move ( string sourceFileName, string destFileName ) : void
OpenRead ( string path ) : System.IO.Stream
OpenWrite ( string path ) : System.IO.Stream

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( string sourceFileName, string destFileName ) : void
sourceFileName string
destFileName string
리턴 void

Copy() 공개 정적인 메소드

public static Copy ( string sourceFileName, string destFileName, bool overwrite ) : void
sourceFileName string
destFileName string
overwrite bool
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( string path ) : void
path string
리턴 void

Exists() 공개 정적인 메소드

public static Exists ( string path ) : bool
path string
리턴 bool

Move() 공개 정적인 메소드

public static Move ( string sourceFileName, string destFileName ) : void
sourceFileName string
destFileName string
리턴 void

OpenRead() 공개 정적인 메소드

public static OpenRead ( string path ) : System.IO.Stream
path string
리턴 System.IO.Stream

OpenWrite() 공개 정적인 메소드

public static OpenWrite ( string path ) : System.IO.Stream
path string
리턴 System.IO.Stream