win32api.ExpandEnvironmentStrings
string = ExpandEnvironmentStrings(in) Expands environment-variable strings and replaces them with their defined values.
Parametersin : string
String to expandComments
On Windows 95, the string is limited to 1024 bytes.
On other platforms, there is no (practical) limit
Win32 API ReferencesExpandEnvironmentStrings
|