I found this one in the api veiwer tool.
It requirs :
1.pathname-easy
2.SECURITY_ATTRIBUTES
what do i write in the second one?
Public Type SECURITY_ATTRIBUTES
nLength As Long
lpSecurityDescriptor As Long
bInheritHandle As Long
End Type