CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2010
    Posts
    1

    A good Virtual File System library?

    Does anybody know of a good virtual file system library?

    I'm looking for a C/C++ api that would allow me file-system-like access to files that are stored in a single zip file (or archive of some kind).
    I need a cross-platform API that works on windows as well as linux.
    I've found a few on the web, but many are either java-based (which won't work for me) or are not yet production ready.
    I'm looking for a relatively mature open-source library that I could use in production code.

    All suggestions welcome - thanks in advance!

  2. #2
    Join Date
    Apr 2010
    Posts
    1

    Re: A good Virtual File System library?

    hi...

    i have a similar project.

    i need a file-system-like access to files that are stored in a single zip file too. but for me c-sharp or java would be interesting. and i don't need cross-platform API.


    maybe this link i found could be interesting for you

    http://www.acc.umu.se/~bosse/

    you might have a look at FileDisk. it is a driver which allows to mount images without administrative privileges.



    could you tell me which java-based solution you found ? that would be very kind.

    greetings

    O. G.

  3. #3
    Join Date
    Nov 2011
    Posts
    21

    Re: A good Virtual File System library?

    I think what you're looking boxedapp ... I do not know other similar SDK(((

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured