'Declaration
Public Shared Function ComputePath( _ ByVal basePath As String, _ ByVal folderName As String _ ) As String
public static string ComputePath( string basePath, string folderName )
Parameters
- basePath
- folderName
Return Value
The full path to the requested folder, which may or may not exist.