ChecksumFileEntryGetFileNameFromFullPath Method |
Returns the filename 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 static string GetFileNameFromFullPath(
string rootFolder,
string fileName
)
Public Shared Function GetFileNameFromFullPath (
rootFolder As String,
fileName As String
) As String
public:
static String^ GetFileNameFromFullPath(
String^ rootFolder,
String^ fileName
)
static member GetFileNameFromFullPath :
rootFolder : string *
fileName : string -> string
Parameters
- rootFolder
- Type: SystemString
- fileName
- Type: SystemString
Return Value
Type:
StringSee Also