I'm using MDK-ARM V4.53, then i find MDK is not incompatible with 'mklink' cmd. for example: 1)mklink a.c Target\b.c
then, In MDK, I open and modify 'a.c', we expect it remain the file symbol link, but MDK first delete the file symbol link, and copy 'a.c' then modify and save it.
2)mklink /d dir_a Target\dir_b
i use 'Project\Open Project...' menu to open a project that saved in dir_b directory, and i created a directory symbol link -- dir_a, then open project, i access dir_a, but it is forced to jump to dir_b, it is a problem.