Search found 2 matches

by nbook
Mon Apr 15, 2024 7:25 pm
Forum: Enigma Virtual Box x86/x64
Topic: Does folders in boxed program override the folder with the same name in host entirely?
Replies: 3
Views: 7408

Re: Does folders in boxed program override the folder with the same name in host entirely?


In my opinion you should take the folder <<sources>> as %DEFAULT FOLDER%/ to include both resource1.dat and resource2.dat. I hope it will work.


Thanks for your reply. Are you suggesting that I should place both resource1.dat and the updated resource2.dat within the "boxed.exe/%DEFAULT FOLDER ...
by nbook
Sun Apr 14, 2024 6:32 am
Forum: Enigma Virtual Box x86/x64
Topic: Does folders in boxed program override the folder with the same name in host entirely?
Replies: 3
Views: 7408

Does folders in boxed program override the folder with the same name in host entirely?

Hello, I have a question about how file virtualization works in the context of my folder structure:
.
├── resources/
│ ├── resource1.dat
│ └── resource2.dat
├── original.exe
└── boxed.exe/
└── %DEFAULT FOLDER%/
└── resources/
└── resource2.dat


Here's the situation: original.exe requires both ...