My program saves the file "c:\export\test.txt." I add my program in the package (version 2.0.882), I get the "...\VOS\myProgram\c_\export\test.txt." It is bad. I want to get the result: "c:\export\test.txt."
Please help me.
Unfortunately forum and user guide did not help me.
Open your package with Package Editor and change the Isolation mode. If you change it to Full access, you will be able to save anywhere on the real FileSystem. If you need to save to only specific locations and you want the rest of your system isolated, go to the Files tab in Package Editor and select or create a new folder and change Folder Isolation to Full access.
If you use -Vintegrate parameter, those "invisible" folders will become visible. From the command line, your_package.cameyo.exe -Vintegrate. You can achieve the same thing with Package Editor in Advanced tab by changing Integration to Virtual Integration: add virtual layer into Windows Explorer.