I'm trying to detect 15 files in the $SYSDIR...
I make this function:
then, I have 15 !define's like this:
Function FileSearch
ifFileExists $SYSDIR\$0 yay
MessageBox MB_OK|MB_ICONEXCLAMATION "No file here"
yay:
FunctionEnd
To use'em in .onInit like this
!define File1 "bla.dll"
It doesn't detect the file (The file is there), I think because the "Push" is not "Pushing" 🤪 ....
Push ${File1}
Call FileSearch
any ideas, please.... Thanks !!! 😉