The application we are designing should create a virtual drive and put files on it. The files can be accessed by only this application or any child processes created. The files and the drive itself should be removed and not be accessible once the application is closed.
The application will create a pre-existing child application, which should be able to access files created by the parent process. We can not modify the child process.
We have tried using BoxedApp which does not support child process accessing the files. We tried Cameyo and the result is same.
Dokan does allow to create a drive, but it looks like file are accessible from outside the application also.
Let me know if any library that will help us to create a virtual drive accessible only from within the process or child processes.