CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2009
    Posts
    16

    SDK for emulating a file system

    Hello!

    Does anybody know SDK for emulating a file system in C#?

    Thank you.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: SDK for emulating a file system

    Not sure what you're after.
    All File handling capabilities are already built into the Framework, ie :
    The System.IO Namespace

  3. #3
    Join Date
    May 2009
    Posts
    16

    Re: SDK for emulating a file system

    I mean not Framework's integrated classes for working with files through windows, but functionality, which provides to running applications emulation of access to windows files. This running application can do anything with virtual files, during this time actual files will be in safe.

  4. #4
    Join Date
    May 2009
    Posts
    16

    Re: SDK for emulating a file system

    Actually I found one - BoxedApp SDK

  5. #5
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: SDK for emulating a file system

    thx for sharing your findings, seems to be a quite useful SDK
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  6. #6
    Join Date
    May 2009
    Posts
    16

    Re: SDK for emulating a file system

    Always welcome.

  7. #7
    Join Date
    May 2009
    Posts
    16

    Re: SDK for emulating a file system

    Always welcome.

  8. #8
    Join Date
    Nov 2011
    Posts
    21

    Re: SDK for emulating a file system

    Quote Originally Posted by GGJohn View Post
    Actually I found one - BoxedApp SDK
    Great SDK for emulation file system. I also use it )))

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