IDirectoryCacheGetFullPath Method |
Takes a filename without a directory and returns the full path of the file in the cache.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string GetFullPath(
string fileName
)
Function GetFullPath (
fileName As String
) As String
String^ GetFullPath(
String^ fileName
)
abstract GetFullPath :
fileName : string -> string
Parameters
- fileName
- Type: SystemString
Return Value
Type:
StringRemarks
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