The reparsepoint tag has no wiki summary.
5
votes
1answer
351 views
NTFS Junctions vs. Symbolic Links (for directories)
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 ...
4
votes
3answers
2k views
Detect Symbolic Links, Junction Points, Mount Points and Hard Links
does anyone know how to check if a file or directory is either a Symbolic Link, Junction Point, Mount Point or Hard Link?
As far as i know a symbolic links are detected by checking a file for its ...
1
vote
1answer
622 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
659 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 ...
1
vote
3answers
1k views
What is the best way to check for reparse point in .net (c#)?
My function is pretty much a standard search function... I've included it below.
In the function I have 1 line of code responsible for weeding out Repart NTFS points.
if ...
0
votes
1answer
146 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
1answer
47 views
Deleting reparse point
I created a reparse point using the junction.exe utility. Now when I try deleting it using the "-d" switch, it returns an error and claims that access is denied. Checking the Properties for the ...