06-17-2022, 02:24 AM
Hmm, I gave it a try by making a simple program to call `ClearPath()`, but even with Temp$ as shared I can't get it to do what you're describing.
If you're able, it would help a lot is if you could zip up your `./internal/temp/` folder after compiling the program and attach it to a post. The particular file I'm interested in is `./internal/temp/main.txt` but some others may be relevant too. That file contains the produced C++ code, so if it's an issue with the code generation that would tell us. If you want to look yourself, it's a matter of finding `void SUB_CLEANPATH` in it and then viewing the behavior, but it's a bit hard to read if you don't know what you're looking at
If you're able, it would help a lot is if you could zip up your `./internal/temp/` folder after compiling the program and attach it to a post. The particular file I'm interested in is `./internal/temp/main.txt` but some others may be relevant too. That file contains the produced C++ code, so if it's an issue with the code generation that would tell us. If you want to look yourself, it's a matter of finding `void SUB_CLEANPATH` in it and then viewing the behavior, but it's a bit hard to read if you don't know what you're looking at
