Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
This is a perfectly valid question with clearly formulated needs. – Eugene Mayevski 'EldoS Corp Feb 16 '12 at 7:00
1  
Re-opened after edits, this does appear to have an answerable scope now. – Tim Post Feb 16 '12 at 9:41

closed as too localized by Tim Post Apr 21 '12 at 14:32

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You can accomplish your task with one of our Virtual Storage products (Callback File System or Solid File System).

Callback File System is similar to dokan but lets you control what process requests access to the file.

Solid File System is a ready to use virtual disk with its own encrypted filesystem. Virtual disk is stored in container which can be kept on the disk or in memory or anywhere where you need, and you can specify what processes (by PID or by EXE name) have access to the virtual disk.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.