Click or drag to resize
IDirectoryCacheProvider Methods

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