C# 클래스 BetterExplorer.Networks.FileSystem.NetworkFileSystem

Network file system manager. This class communicates between the representations of the file system and the system online.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
CloseConnection ( ) : void
CreateDirectory ( Directory dir ) : bool
DeleteDirectory ( Directory dir ) : bool
DeleteFile ( File file ) : bool
DownloadFile ( File remotefile, string localdir, string localname ) : bool
GetChildren ( Directory dir ) : List
GetDirectory ( string path ) : Directory
GetRootDirectory ( ) : Directory
RenameDirectory ( Directory dir, string name ) : bool
RenameFile ( File file, string newname ) : bool
UploadFile ( string localdir, string localname, Directory remotedir, string remotename ) : bool

메소드 상세

CloseConnection() 공개 메소드

public CloseConnection ( ) : void
리턴 void

CreateDirectory() 공개 메소드

public CreateDirectory ( Directory dir ) : bool
dir Directory
리턴 bool

DeleteDirectory() 공개 메소드

public DeleteDirectory ( Directory dir ) : bool
dir Directory
리턴 bool

DeleteFile() 공개 메소드

public DeleteFile ( File file ) : bool
file File
리턴 bool

DownloadFile() 공개 메소드

public DownloadFile ( File remotefile, string localdir, string localname ) : bool
remotefile File
localdir string
localname string
리턴 bool

GetChildren() 공개 메소드

public GetChildren ( Directory dir ) : List
dir Directory
리턴 List

GetDirectory() 공개 메소드

public GetDirectory ( string path ) : Directory
path string
리턴 Directory

GetRootDirectory() 공개 메소드

public GetRootDirectory ( ) : Directory
리턴 Directory

RenameDirectory() 공개 메소드

public RenameDirectory ( Directory dir, string name ) : bool
dir Directory
name string
리턴 bool

RenameFile() 공개 메소드

public RenameFile ( File file, string newname ) : bool
file File
newname string
리턴 bool

UploadFile() 공개 메소드

public UploadFile ( string localdir, string localname, Directory remotedir, string remotename ) : bool
localdir string
localname string
remotedir Directory
remotename string
리턴 bool