E
Elmar Jacobs
hi folk,
i try to copy files from a "\Flashdisk" directory to "\Program Files"
directory. the copy application runs in the flashdisk directory.both
directories are in the root space from a smart device. therefore i think a
"c:/" directory doesn't exist.
i try following code
System.IO.File.Copy("\Flashdisk\application.exe", "\Program
Files\application.exe");
but it make's only an "..performed an illegal operation and will shut
down..."
Can anybody explain me how the file.copy operation is working?
thanks a lot,
elmar
i try to copy files from a "\Flashdisk" directory to "\Program Files"
directory. the copy application runs in the flashdisk directory.both
directories are in the root space from a smart device. therefore i think a
"c:/" directory doesn't exist.
i try following code
System.IO.File.Copy("\Flashdisk\application.exe", "\Program
Files\application.exe");
but it make's only an "..performed an illegal operation and will shut
down..."
Can anybody explain me how the file.copy operation is working?
thanks a lot,
elmar