
My program need to load and save external file.
So for do this i use OpenFileRequester and SaveFileRequester.
But the problem is that i want to force the user to not load or save a file out of the directory of my program.
If i give a default path that's works, but the user can call the parent directory with a click on the arrow, or even enter another path in the path field, and press return and the OpenFileRequester, SaveFileRequester is out of my program
Have you a way for lock the path only on the default path and his child directory ?? :roll:
Have a good day