The TranslatePath function determines the path to a file by replacing the predefined directories:
[TMPDIR] the path to the temporary directory
[APPDIR] the path to the Directory Programs
[WINDIR] the path to the Windows directory
[SYSDIR] the path to the System32 directory
Syntax | |||||
TranslatePath(Path) | |||||
Return value | |||||
Type |
Description | ||||
String |
Translated file path | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
Path |
String |
ByVal |
Path to the file. | |