LongPathFromShortPath
InstallShield 2025 » InstallScript Language Reference
Use the LongPathFromShortPath function to convert a short file name to its equivalent long file name.
For an explanation of long file names, see Long File Names.
Syntax
LongPathFromShortPath ( svPath );
Parameters
| Parameter | Description | 
| svPath | Specifies a short file name and returns its associated long file name. | 
Return Values
| Return Value | Description | 
| 0 | Indicates that the function was successful. | 
| < 0 | Indicates that the function was not successful. | 
See Also