AW: [Mono-list] Directory Symbolic link?

egonia egonia@mail15.com
Tue, 10 Feb 2004 17:12:05 +0300 (MSK)


What exactly is a ReparsePoint?

This is what the .Net SDK has to say about it:
"The file contains a reparse point, which is a block of user-defined 
data associated with a file or a directory."

I guess this is probably my own ignorance, but would someone kindly 
explain reparse points to me?

I could not find anything with google on the matter.

Thanks,
Eric

 Jochen Wezel <jwezel@compumaster.de>:

> Maybe, your question could be answered with the search for reparse 
> points:
>
> System.IO.DirectoryInfo a;
> bool IsSymbolicLink = a.Attributes.ReparsePoint;
>
> Jochen
>