1
5x00 General discussions / Accessing the Z
« on: March 08, 2004, 05:20:42 pm »
Hey all,
I am writing a java program to copy a file I have created on the Z. The text file(hello.txt) is located on the Internal Flash in a folder called txtmessage so I presumed if I executed the file transfere program using the java command... Runtime.getRuntime().exec(\"C:Program FilesSharp Zaurus 2ZaurusDriveZDrive.exe\");
and then tried to access the file using the path.. \"D://My Zaurus//Internal Flash//txtmessage//hello.txt\" that this should work!
The copy method I am using works perfectly on normal files on the C drive but when I try an access the hello.txt file on the Zaurus I cant.
Anybody got any suggestions how I can do this??
cheers,
Stephen :wink:
I am writing a java program to copy a file I have created on the Z. The text file(hello.txt) is located on the Internal Flash in a folder called txtmessage so I presumed if I executed the file transfere program using the java command... Runtime.getRuntime().exec(\"C:Program FilesSharp Zaurus 2ZaurusDriveZDrive.exe\");
and then tried to access the file using the path.. \"D://My Zaurus//Internal Flash//txtmessage//hello.txt\" that this should work!
The copy method I am using works perfectly on normal files on the C drive but when I try an access the hello.txt file on the Zaurus I cant.
Anybody got any suggestions how I can do this??
cheers,
Stephen :wink: