'Declaration
Public Overloads Shared Function FindBestPath( _ ByVal pathType As PathType, _ ByVal preferredPath As String _ ) As String
public static string FindBestPath( PathType pathType, string preferredPath )
Parameters
- pathType
- The path type to retrieve a path for
- preferredPath
- The requested full path to use if available.
Return Value
The best accessible path of the requested type.