I am trying to access information under C:\Users\Public\Documents\ which displays as C:\Users\Public\Public Documents\ on explorer. Is there a way to be able to access the DirectoryInfo of a directory under the junction using the pathname displayed in explorer in .NET C#?
|
feedback
|
|
When/how are you expecting to get a If a user goes to copy/paste from Explorer, the If you need a way to access Windows 7 libraries, you can give the Windows API Code Pack a go. You can then access "Public Documents as | |||
|
feedback
|
C:\Users\Public\Public Documents, it will just plain not work (since there's no such directory). But if you look at directory name in Windows Explorer, it shows up as "Public Documents" (though the address bar will show "Documents" in edit mode). – Pavel Minaev Jul 15 '11 at 0:22