Click or drag to resize
IDirectoryCacheProvider Interface
The interface for the object that abstracts away the environment for IDirectoryCache implementations.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IDirectoryCacheProvider

The IDirectoryCacheProvider type exposes the following members.

Methods
  NameDescription
Public methodFolderExists
Returns true if the folder passed across exists.
Public methodGetFileInfo
Returns the file information about the file passed across or null if the file does not exist.
Public methodGetFilesInFolder
Returns a collection of objects describing files in a folder.
Public methodGetSubFoldersInFolder
Returns a collection of fully pathed sub-folders within the folder.
Top
See Also