Method | Description | |
---|---|---|
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 | |
return | void |
public abstract Exists ( string path ) : bool | ||
path | string | |
return | bool |
public GetDirectory ( string path ) : IFileSystemDirectory | ||
path | string | |
return | IFileSystemDirectory |
public abstract ListFiles ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |