Page directory "" "" fnc_InstDir_AfterShowThe first MessageBox is showing the $InstDir correctly. I have other "GetFullPathname /SHORT" calls working correctly with other variables using the same syntax . But for some reason, the second MessageBox comes out blank. What am I missing here?
Function fnc_InstDir_AfterShow
MessageBox MB_OK "$InstDir"
GetFullPathName /SHORT $CMPC_RootPath_Short $InstDir
MessageBox MB_OK "$CMPC_RootPath_Short"
FunctionEnd
$InstDir with GetFullPathName /SHORT question
I am at a bit of a loss here. I have the following code: