views:

35

answers:

2

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?

+2  A: 

The Dokan project may be what you're looking for

Ken Keenan
I've had a look around the site, it seems like this is exactly what I need. Thank you!
JL
+2  A: 

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

Shay Erlichmen

related questions