hi
i am trying to copy a file but i get an error thats its not existing
but it exist !!
what could be my mistake???
this is how i try it
seems like he try to copy from another directory File.DirInternal/files1 -->> from where came this directory? /01.txt ...
thanx
i am trying to copy a file but i get an error thats its not existing
but it exist !!
what could be my mistake???
this is how i try it
B4X:
If File.Exists (File.DirInternal, "01.txt") Then
Msgbox("exist","")
File.Copy(File.DirInternal, "01.txt", File.DirInternal & savepos,"01.txt")
End If
seems like he try to copy from another directory File.DirInternal/files1 -->> from where came this directory? /01.txt ...
thanx