It's ready to release, but I'm having problems with the filter input by the user.
Normaly (C++ style) will be:
How will be the equivalent of \0 with NSIS script?
ofn.lpstrFilter = "Text files(*.txt)\0*.txt\0\0";
I try $\r and nothing.... 🙁
5 posts
How will be the equivalent of \0 with NSIS script?
ofn.lpstrFilter = "Text files(*.txt)\0*.txt\0\0";