| IDirectoryCacheProvider Interface |
Namespace: VirtualRadar.Interface
The IDirectoryCacheProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| FolderExists |
Returns true if the folder passed across exists.
| |
| GetFileInfo |
Returns the file information about the file passed across or null if the file does not exist.
| |
| GetFilesInFolder |
Returns a collection of objects describing files in a folder.
| |
| GetSubFoldersInFolder |
Returns a collection of fully pathed sub-folders within the folder.
|