Also tell us what happens when you don’t press Folder 2 first and press Folder 3 first. Does that work normally then? Does Folder 2 button then not work?
If I press folder2 first then everything works as it should.
If I then press folder3, then there will be problems somewhere.
After I press folder3 and get unexpected results, I can continue to press folder2 with correct results.
If I press folder3 first then everything works as it should.
If I then press folder2, then there will be problems somewhere.
After I press folder2 and get unexpected results, I can continue to press folder3 with correct results.
It’s used in the project. It monitors a folder.
Pathmonitor.exe was created with pathmonitor.cpp.
If you do not trust the .exe file, you can create the same .exe by using the .cpp file (pathmonitor.cpp)
What is this project about? If you were to describe it to someone so they could build it, what would you tell them about it? And why are you mixing C++ into this?
I really do not understand you. All details can be found in the post. If you are worried about the .exe file and what it does, all the instructions (5 lines of code) are there and can be read in the .cpp file. If you are not familiar with cpp code then I can tell you that all it does is monitor a “file path” in the file system, this “file path” is specified by monitor.php when executing the .exe file. Everything is there for you to see my friend.
Why I mix c++ into this is irrelevant, but my project requires it. I need to monitor folders and get information as soon as something happens in those folders (without repeatedly checking a file for updates)