开发者

How to mimic a drive in Windows

开发者 https://www.devze.com 2023-01-20 01:32 出处:网络
开发者_运维技巧I recently had a look at the Google Data API. Its looking good. What I want to do is create a \"G Drive\" Type application. This will basically come up as a drive in explorer with its
开发者_运维技巧

I recently had a look at the Google Data API. Its looking good.

What I want to do is create a "G Drive" Type application. This will basically come up as a drive in explorer with its own icon. From there you will be able to drag and drop operations to and from Google Docs, and create folders. Yes I've heard of Gladinet and Memeo, but both are not great solutions. I've decided to build one from the ground up, and release it as open source, once its in Alpha.

Anyways to get started I need some advise.

Clearly I need a way to mimic a drive in explorer. Is it possible to create some kind of virtual drive then have its contents list from an XML file, rather than a folder on the HDD?

So if the XML file (for example) contained a collection of elements, would it be possible to have these elements (with some work) show up in an explorer window for the drive. Almost like changing the data source for the explorer view from file system to contents of a file?

Hack or not, elegant or messy, has anyone found some way to go about doing this?


The Dokan project may be what you're looking for


Instead of creating a drive look into creating a namespace which is how the Google Drive works


Just as a reference: virtual drives can be created using our Callback File System product, which is a supported, documented and maintained solution.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号