Hello!
Does anybody know SDK for emulating a file system in C#?
Thank you.
Printable View
Hello!
Does anybody know SDK for emulating a file system in C#?
Thank you.
Not sure what you're after.
All File handling capabilities are already built into the Framework, ie :
The System.IO Namespace
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.
Actually I found one - BoxedApp SDK
thx for sharing your findings, seems to be a quite useful SDK
Always welcome.
Always welcome. :)