ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
JAMExpandEnvironmentStrings Function

Replaces environment variables delimited by "%" characters in a string with the variable's value.

Syntax
Pascal
function JAMExpandEnvironmentStrings(const pPath: UnicodeString): UnicodeString;
Parameters 
Description 
const pPath: UnicodeString 
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

Copyright (c) 2011. All rights reserved.