juninho12 / freearc

Automatically exported from code.google.com/p/freearc
1 stars 0 forks source link

Wrong reparse point handling #290

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create reparse points (e.g. with junction.exe 
http://technet.microsoft.com/en-us/sysinternals/bb896768 or Hard Link Shell 
Extension)
2. Archive
3. Extract

Result is simple folders and files - targets of links.

Possible solution:
it is not difficult to find reparse points (e.g. with junction.exe), exclude it 
from file list to archive and create .bat file that will recreate links after 
extraction.

Original issue reported on code.google.com by Pavel.B.kr12 on 17 Feb 2012 at 1:34