메소드 | 설명 | |
---|---|---|
Copy ( string path, IFileSystemDirectory targetDir, string targetFileName ) : void |
Copies a file from the FS repository to a given target directory
|
|
Exists ( string path ) : bool |
Checks if the repository contains a valid file in the given path
|
|
GetDirectory ( string path ) : IFileSystemDirectory |
Gets the directory for a given path (the path's file name part is not used)
|
|
ListFiles ( string path ) : IEnumerable |
Lists all the files in the given directory inside the FS repository
|
|
LocalFileSystemRepositoryAccess ( [ suiteRoot ) : System.Collections.Generic |
public Copy ( string path, IFileSystemDirectory targetDir, string targetFileName ) : void | ||
path | string | Path to the file in the FS repository |
targetDir | IFileSystemDirectory | Target directory |
targetFileName | string | Target file name |
리턴 | void |
public GetDirectory ( string path ) : IFileSystemDirectory | ||
path | string | Path to the file |
리턴 | IFileSystemDirectory |
public ListFiles ( string path ) : IEnumerable |
||
path | string | Directory path |
리턴 | IEnumerable |
public LocalFileSystemRepositoryAccess ( [ suiteRoot ) : System.Collections.Generic | ||
suiteRoot | [ | |
리턴 | System.Collections.Generic |