Declaration
public static string UnexpandPath(
string path
)Summary
Checks to see whether the specified path starts with any of the standard paths supported by
PathUtil.ExpandPath(string), and if so, replaces the prefix with a "$(NAME)" string and returns the resulting value. The
value passed in should be an absolute path for the substitution to work.