hi there, i know i can create a NTFS junction via: If Not FileExists('C:\test1junc\') Then
MsgBox(0, "", FileCreateNTFSLink("C:\test1\", "C:\test1junc\"),1)
EndIfnow, how can i remove this junction ? If usingt FileDelete() i end up deleting both the folders (junction and source) , also overwriting the junction with an empty target wont work. Regards, g_