C# Class Dev2.FileSystem

Inheritance: IFrameworkFileIO
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
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

Method Details

Copy() public method

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
return void

CreateDirectory() public method

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

Delete() public method

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

Get() public method

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

List() public method

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

Move() public method

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
return void

Put() public method

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
return void