tags:

views:

147

answers:

0

GMail Drive is an app that allows you to transparently back up files and folders on a gmail account. Visually it looks like a new drive created under My Computer called "GMail Drive". I can upload and download files to it manually, by drag-and-drop.

Well, question is, how do I upload and download files to it programmatically? I have noticed that if I create a shortcut to this drive, it describes the target as "system folder" with a long meaningless address, something like "::{20D04FE0-3AEA-1069-...etc". Not sure if it is in any way relevant since I don't know how to access a folder that's specified in this manner in C#.

My preferred language, if possible, if C#.