C# Class Skimur.FileSystem.LocalFileSystem.LocalDirectoryInfo

Inheritance: IDirectoryInfo
ファイルを表示 Open project: skimur/skimur

Public Methods

Method Description
Create ( ) : void
Delete ( ) : void
Delete ( bool recursive ) : void
DeleteFile ( string file ) : void
FileExists ( string file ) : bool
GetFile ( string file ) : IFileInfo
LocalDirectoryInfo ( string localPath, string relativePath ) : System

Method Details

Create() public method

public Create ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

Delete() public method

public Delete ( bool recursive ) : void
recursive bool
return void

DeleteFile() public method

public DeleteFile ( string file ) : void
file string
return void

FileExists() public method

public FileExists ( string file ) : bool
file string
return bool

GetFile() public method

public GetFile ( string file ) : IFileInfo
file string
return IFileInfo

LocalDirectoryInfo() public method

public LocalDirectoryInfo ( string localPath, string relativePath ) : System
localPath string
relativePath string
return System