delphi - How to convert Path to 8.3 format with Inno Setup -
i need 8.3 formatted path (in case {app}) registry entry.
unfortunately specific delphi function not work in inno setup
function extractshortpathname(const s: fullfilename): string;
use getshortname function. reference:
returns short version of specified long filename. if short version of long filename not found, long filename returned.
delphi inno-setup
No comments:
Post a Comment