Hello
Does anybody know SDK which enables to deal with a single-file virtual file system?
Regards,
Ray
Printable View
Hello
Does anybody know SDK which enables to deal with a single-file virtual file system?
Regards,
Ray
Do you mean a .VHD file?
I think it could be .VHD if it fits to the requirements.
I know the TrueCrypt virtual disks which can be encrypted (what is not such important, there are other ways too) and mounted as a real disk.
But I need a SDK to implement it in a tool without having the obligation to publish the source of the own tool. A second important requirement is to use it without installing a driver (in some cases the user have not administrator privileges.
Thanks.
At the end what I need, is a data container with high reading and writing performance.
Zip or something like this seem to not fit to the big amount of data stored in several data container.
I'm happy for every proposal.
Regards.
Maybe this is something useful http://www.flipcode.com/archives/Pro...m-Part_I.shtml
In between I found some usefull libraries:
- Dokan: http://dokan-dev.net/en/ (advantage: free, disadvantage: administrative rights needed)
- SolFS: http://www.eldos.com/solfs/ (commercial)
Does somebody know both libraries?
Thank you.
use shell extension
Use boxedapp or boxedapppacker... it must help)