Tagged Questions
2
votes
1answer
216 views
.NET Junction Directories and DirectInfo issues
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 ...
0
votes
1answer
279 views
How to get the actual directory path on windows using .NET?
My need is simple. Given a Windows directory path all I want is the actual path. I am sure the terminology is wrong, so I am giving an example.
Given C:\Documents and Settings\All Users the method ...
0
votes
2answers
258 views
C# follow folder junctions with FileSystemWatcher
Is it possible to configure a FileSystemWatcher to watch other folders which are linked in with a folder junction point?
for example:
You are watching D:
You have D:\junction which points to ...