Skip to content
⌘ NSIS Forum Archive

convert LFN <>dos names

4 posts

Brummelchen#

convert LFN <>dos names

For some reason i need the conversion from LFN to dos names but i did not found any hints about that. Please help. thx
DOCa Cola#
4.9.3.9 GetFullPathName

[/SHORT] user_var(output) path_or_file

Assign to the user variable $x, the full path of the file specified. If the path portion of the parameter is not found, the error flag will be set and $x will be empty. If /SHORT is specified, the path is converted to the short filename form.

--
yep, this could have been unclear, but this is the function to convert a path to the 8.3 filesystem

DOCa Cola
Brummelchen#
Thank you - this might have been come with one of the latest cvs - my cvs version didn't contain that clue.