1 مستودع
Libraries that present arbitrary data sources as virtual files accessible through the operating system's file system interface.
Distinguishing note: None of the candidates cover the concept of wrapping arbitrary data as a virtual file for OS-level access.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Virtual File Wrappers. Refine with filters or upvote what's useful.
Dokan is a user-mode file system library for Windows that allows applications to create custom file systems accessible as normal Windows volumes without writing kernel-mode device drivers. It provides a FUSE compatibility layer that maps FUSE operations to Dokan callbacks, enabling existing FUSE-based file systems to run natively on Windows by rebuilding the source code with Cygwin or MinGW. The library exposes its file system API through language-specific wrappers for C, .NET, Java, Delphi, Ruby, and Python, supporting cross-language file system development. It handles file operations throug
Present any data source—local, remote, or cloud—as a file accessible from all Windows applications.