My programs objective is to mkdir and ope dir.
if I ever get it jarred up I would like to run it from a jump drive.
[code]
public static final String USERHOMEDIR = System.getProperty("user.home", ".");
[/code]
clearly this code will not be valid any more.
Could this USERHOMEDIR be replaced correctly each time the jump drive is moved from one client to the
next?
again the main objective of the program would be to create dir's and place doc in a a file system on the
jump drive and maintain access to those dir no matter where I use the jump drive.
are there other unforseen technical hurdles to jump over?
thanks;
5:10 AM 2/25/2013