Normalizes a potentially relative pathname to a base path name if the exact filename doesn't exist by prepending the base path explicitly.
public static string NormalizeFilenameWithBasePath(string file, string basePath)
Return Value
Normalized file name, or null if the file is not found or can't resolve
Parameters
file
basePath
See also:
Class mmFileUtils© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic