|
|||
|
Hello
I have been trying to copy a file, from a different machine to another, but when i try to run it, SWFKit crashes... I have done this code, that works fine, but only if i am trying to copy the file from two different locations but on the same computer: Code:
f = new File("c:\\test.txt");
f.copy("c:\test\test.txt");
Code:
f = new File("\\\\server\\test.txt");
f.copy("c:\test\test.txt");
does anyone know with this happends and the way i can solve this problem? Thanks for all the help! Ricardo |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|