Click or drag to resize
IDirectoryCacheGetFullPath Method
Takes a filename without a directory and returns the full path of the file in the cache.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string GetFullPath(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: String
Remarks
If sub-folder searches are switched on and there is more than one instance of a file with this filename in the folder tree then one of the instances is returned, but it is not defined as to which is returned.
See Also