I'm download file from url and I want to put file to Home directory(Users/myname/livecode).
This my code :
set the itemDel to slash
put last item of pURL into tFilename
put specialFolderPath("Users/myname") & slash before tFileName
put URL pURL into URL ("binfile:" & tFileName)
My platform is MAC OS.