Replaces environment variables delimited by "%" characters in a string with the variable's value.
function JAMExpandEnvironmentStrings(const pPath: string): string;
Parameters |
Description |
const pPath: string |
A file system path or file name that possibly includes environment variables |
String: The given path having all known evironment variables replaced with their repective values
See also Windows.ExpandEnvironmentStrings