标签: directory nsis absolute relative
在NSIS中,我需要将包含相对部分的路径转换为绝对路径 没有“.. \”或“../”。 例如:
StrCpy $0 "C:\Windows\System" StrCpy $1 "$0\..\"
在这种情况下我需要一些函数来返回“C:\ Windows”
答案 0 :(得分:1)
经过一些搜索后,我发现了内置的NSIS功能
GetFullPathName output input
http://nsis.sourceforge.net/Reference/GetFullPathName
答案 1 :(得分:0)
有一个功能可以做到这一点:
http://nsis.sourceforge.net/Function_that_makes_absolute_paths_from_relative_ones