Method | Description | |
---|---|---|
AsWixVarToPath ( this path ) : string |
'Interprets' a string as a WiX constant and expands into a proper Fiel System path. For example "DesktopFolder" will be expanded into "[SysDrive]:\Users\[user]\Desktop". Tis method is a logical equivalent of C# Environment.GetFolderPath. Though it handles discrepancies between 'special folders' mapping in .NET and WiX.
|
|
Is64OS ( ) : bool |
Returns
|
public static AsWixVarToPath ( this path ) : string | ||
path | this | The path. |
return | string |