Click or drag to resize
ChecksumFileEntryGetFileNameFromFullPath Method
Returns the filename of the file from the root folder.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetFileNameFromFullPath(
	string rootFolder,
	string fileName
)

Parameters

rootFolder
Type: SystemString
fileName
Type: SystemString

Return Value

Type: String
See Also