RE: Moving a file -- RESOLVED

2005-12-13 Thread Jef Sullivan
lder/filename for URL file specs see > http://archive.ncsa.uiuc.edu/SDG/Software/Mosaic/Demo/url-primer.html > Anyone else ? > M- > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Tuesday, December 13, 2005 1

RE: Moving a file

2005-12-13 Thread Jef Sullivan
Additionally, The error that I am getting is the file does not exist. Yet, the file does exists. I have verified its location, and the spelling of the path and filename. Everything matches including the case sensitivity. Jef > -Original Message- > From: Jef Sullivan [mailto:

Moving a file

2005-12-12 Thread Jef Sullivan
Forgive the double posting on this message, if it occurs. I need help with some code.. I want to move a file (CVS) to another folder. The code that I am using is this. File file = new File("Summary_" + dateVar + ".csv"); File dir = new File(propStuff.getProperty("recordDir"));// value is