/
File_GetShortPath
File_GetShortPath
Description
Gets short path value for specified file in the 8.3 format
Syntax
File_GetShortPath(sFileName) As Boolean
Parameters
sFileName (String)
Filename
Return value
Result will be stored in gsValue
Example
VBScript
If bStatus Then bStatus = File_GetShortPath(gsProgramFiles & "\CapaInstaller\Agent\CIAgent.exe") If bStatus Then bStatus = Job_Writelog("Custom", "Short path for specified file is: " & gsValue, bStatus, True)
Related functions
, multiple selections available,
Related content
File_GetShortPath
File_GetShortPath
More like this
File_GetShortPath
File_GetShortPath
More like this
File_GetShortPath
File_GetShortPath
More like this
File_GetVersion
File_GetVersion
More like this
File_GetVersion
File_GetVersion
More like this
File_GetVersion
File_GetVersion
More like this