C# 클래스 Dev2.FileSystem

상속: IFrameworkFileIO
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Copy ( Uri sourcePath, Uri destinationPath, bool overWrite, string userName = "", string password = "" ) : void
CreateDirectory ( Uri path, string userName = "", string password = "" ) : void
Delete ( Uri path, string userName = "", string password = "" ) : void
Get ( Uri path, string userName = "", string password = "" ) : Stream
List ( Uri path, string userName = "", string password = "" ) : IList
Move ( Uri sourcePath, Uri destinationPath, bool overWrite = false, string userName = "", string password = "" ) : void
Put ( Stream data, Uri path, bool overwrite = false, string userName = "", string password = "" ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( Uri sourcePath, Uri destinationPath, bool overWrite, string userName = "", string password = "" ) : void
sourcePath System.Uri
destinationPath System.Uri
overWrite bool
userName string
password string
리턴 void

CreateDirectory() 공개 메소드

public CreateDirectory ( Uri path, string userName = "", string password = "" ) : void
path System.Uri
userName string
password string
리턴 void

Delete() 공개 메소드

public Delete ( Uri path, string userName = "", string password = "" ) : void
path System.Uri
userName string
password string
리턴 void

Get() 공개 메소드

public Get ( Uri path, string userName = "", string password = "" ) : Stream
path System.Uri
userName string
password string
리턴 Stream

List() 공개 메소드

public List ( Uri path, string userName = "", string password = "" ) : IList
path System.Uri
userName string
password string
리턴 IList

Move() 공개 메소드

public Move ( Uri sourcePath, Uri destinationPath, bool overWrite = false, string userName = "", string password = "" ) : void
sourcePath System.Uri
destinationPath System.Uri
overWrite bool
userName string
password string
리턴 void

Put() 공개 메소드

public Put ( Stream data, Uri path, bool overwrite = false, string userName = "", string password = "" ) : void
data Stream
path System.Uri
overwrite bool
userName string
password string
리턴 void