Can a file, not a directory, have a reparse point?

I know junction points are implemented with reparse points, and junction points can apply to directories only.

I just wonder if a reparse point can be attached to a file and behaves as a junction point?

Thanks in advance!

Yes, files can have reparse points. The mklink tool (among many others) can create those.

Thanks,
Alex.
On Sep 16, 2013, at 4:00 AM, xxxxx@gmail.com wrote:

I know junction points are implemented with reparse points, and junction points can apply to directories only.

I just wonder if a reparse point can be attached to a file and behaves as a junction point?

Thanks in advance!


NTFSD is sponsored by OSR

OSR is hiring!! Info at http://www.osr.com/careers

For our schedule of debugging and file system seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Thanks, Alex.