Consider this file architecture :
-- root folder
---- subroot folder 1
---- subroot folder 2 (symlink)
Subroot folder 2 is a symlink created with the command : mklink /D myfolder c:/mypath
And when I delete the root folder, the application delete files inside subroot folder 2.
It should only remove the symbolic link ! This is very dangerous !
Consider this file architecture :
Subroot folder 2 is a symlink created with the command :
mklink /D myfolder c:/mypathAnd when I delete the root folder, the application delete files inside
subroot folder 2.It should only remove the symbolic link ! This is very dangerous !