virtualfilesystem Questions
1
Microsoft and Apple have recently introduced an API for synchronizing cloud storage files to the local file system: Cloud Provider API (also known as Cloud Filter API) for Windows and File Provider...
Rifkin asked 4/3, 2021 at 1:23
2
Solved
I am creating virtual drive using Windows Cloud Filter API. The delete callback stopped working as expected on Windows Home 21H1 19043.1165 (cldflt.sys 10.0.19041.1110). If I return an error code f...
Pageboy asked 23/8, 2021 at 4:7
4
Solved
Is there any easy library for .NET to mount virtual drives?
I need to mount an archive in a virtual drive and, most likely, use a virtual file system.
The archive format does not support folders so...
Merca asked 19/12, 2010 at 11:45
1
Solved
I have seen that some applications are able to represent themselves as external disks within Finder on MacOS. Typically, these are cloud storage applications such as PCloud Drive and WD Discovery. ...
Buzz asked 23/1, 2021 at 6:27
1
Solved
I need to create a virtual file system that syncs files from my Azure app service to local drive and backward. I need only some files and folders to be synchronized to my local file system and be a...
Manos asked 25/9, 2020 at 5:6
2
Solved
I'm looking for a way to create a virtual file system in Python for creating directories and files, before writing these directories and files to disk.
Using PyFilesystem I can construct a memory f...
Bechtold asked 24/7, 2018 at 22:5
2
Solved
I am looking for a "Virtual File System" type library for ruby. I want to be able to have a completely generic file system that I can easily switch between using Local files and using S3 or using F...
Concierge asked 25/5, 2010 at 4:21
3
Solved
I am currently developing a game which simulates an operating system. Therefore i need an ingame filesystem. Currently, i am using zziplib to be able to load files from a zip archive, however...
Anatollo asked 13/6, 2011 at 13:56
1
Solved
I am working on a Windows Explorer Namespace Extension which is a virtual filesystem. With regards to this, I would like to support search from the search dialog available in Windows Explorer.
Cur...
Mnemosyne asked 20/4, 2011 at 9:47
2
Solved
For a long time, I've been looking for a class in .NET that has functionality that makes it so that the operating system thinks there is a file (or directory, or both, etc) at a particular lo...
Cookie asked 14/2, 2011 at 5:36
1
Solved
I am writing some sort of virtual file system library for video-games in the likes of CRI Middleware's ROFS (see Wikipedia). My intention with the library is to provide natural means of accessing t...
Eximious asked 17/1, 2010 at 23:53
8
Solved
For an open source project I have I am writing an abstraction layer on top of the filesystem.
This layer allows me to attach metadata and relationships to each file.
I would like the layer to h...
Think asked 19/1, 2009 at 0:5
1
© 2022 - 2024 — McMap. All rights reserved.