Access SDExplorer (System Folder) from my C# app
Posted
by Søren
on Stack Overflow
See other posts from Stack Overflow
or by Søren
Published on 2010-04-05T13:07:18Z
Indexed on
2010/04/05
13:13 UTC
Read the original article
Hit count: 402
Hello everyone
I am trying out Windows Live SkyDrive, and I installed SDExplorer (http://www.cloudstorageexplorer.com/)
It works by adding my SkyDrive folder to Windows Explorer, but it does not get a drive name or anything, so how can I access that drive/folder from my C# application?
When I go into the folder and look at the address bar it says "Computer\SDExplorer".
Directory.GetDirectories(@"\Computer\SDExplorer") does not work, because it translates to "C:\Computer\SDExplorer".
I would like to be able to create a small application that can create folders and upload files to my SkyDrive account.
Anybody know how these special folder/drives work? - I noticed MozyHome appears in the same way in my Windows Explorer.
© Stack Overflow or respective owner