Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string UnexpandPath(string)

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.