Locate plugin can't find files starting with _?
Hello!
My script can't find a file in a folder that is named "_notfound.jpg".
Pretty annoying stuff. Or am I doing it wrong?
# Add all files within levelshots directory
${locate::Open} "$INSTDIR\qtv\levelshots" "/F=1" $R0
${locate::Find} $R0 $0 $1 $2 $3 $4
${DoUntil} $1 == ""
${locate::Find} $R0 $0 $1 $2 $3 $4
${If} $1 != ""
${StrStrip} "$INSTDIR\" "$0\$1" $R1
FileWrite $INSTLOG "$R1$\r$\n"
${EndIf}
${LoopUntil} $1 == ""