There are 3 types of reparse points:
- Symbolic links - can be thought of as a shortcut to a file or folder elsewhere in the file system
- Junction points - can only point to a folder
- Mount points - is a folder on a disk that points to an entire disk volume
- A junction point is a technology for a folder to be grafted into another folder on the same local computer.
- Junction points are transparent to programs.
c:\>mklink /J "C:\Users\xxx\AppData\Local\Temp\OperaPortable" "F:\Win7\
OperaPortable"
Junction created for C:\Users\xxx\AppData\Local\Temp\OperaPortable<<===>>F:\Win7\OperaPortable
Reference:
沒有留言:
張貼留言