ChecksumFileEntryGetFullPathFromRoot Method |
Returns the full path and name of the file from the root folder.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GetFullPathFromRoot(
string rootFolder
)
Public Function GetFullPathFromRoot (
rootFolder As String
) As String
public:
String^ GetFullPathFromRoot(
String^ rootFolder
)
member GetFullPathFromRoot :
rootFolder : string -> string
Parameters
- rootFolder
- Type: SystemString
Return Value
Type:
StringSee Also