Tagged Questions
8
votes
1answer
1k views
NTFS Junctions vs. Symbolic Links (for directories) [closed]
From a high-level standpoint (meaning only worrying about the results and the interface, not the implementation), what is the difference in behavior, if any, between an NTFS reparse point that points ...
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 ...
2
votes
1answer
1k views
NTFS Junctions, trouble understanding the API
Update: This question has evolved into a question about the NTFS filesystem filter driver how to use the Win32 API in backup applications and other programs that need to know what a file really is on ...
1
vote
2answers
1k views
C# - How to retreive the target of a Junction or Symlink with a standard user
I am trying to get the target of a junction in my program, but the only way I managed do it is:
Requesting Backup privileges
p-invoke CreateFile with special parameters to get a handle to the ...