C# 클래스 Bari.Plugins.FSRepository.Model.IFileSystemRepositoryAccessContracts
파일 보기
프로젝트 열기: vigoo/bari
공개 메소드들
메소드 |
설명 |
|
Copy ( string path, IFileSystemDirectory targetDir, string targetFileName ) : void |
|
|
Exists ( string path ) : bool |
|
|
GetDirectory ( string path ) : IFileSystemDirectory |
|
|
ListFiles ( string path ) : IEnumerable |
|
|
메소드 상세
public abstract Copy ( string path, IFileSystemDirectory targetDir, string targetFileName ) : void |
path |
string |
|
targetDir |
IFileSystemDirectory |
|
targetFileName |
string |
|
리턴 |
void |
|
public abstract Exists ( string path ) : bool |
path |
string |
|
리턴 |
bool |
|
public GetDirectory ( string path ) : IFileSystemDirectory |
path |
string |
|
리턴 |
IFileSystemDirectory |
|
public abstract ListFiles ( string path ) : IEnumerable |
path |
string |
|
리턴 |
IEnumerable |
|