Re: refering files in other directory from one webapps

2003-06-25 Thread Lee Peik Feng
No prob, can still get the file - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:59 PM Subject: RE: refering files in other directory from one webapps > > H

RE: refering files in other directory from one webapps

2003-06-25 Thread Shapira, Yoav
Howdy, >but is it possible that Tomcat can refer to the mp3 files in other >directory directly? >or any other ways? ><% > String filename = "C:\\my.mp3"; > > File file = new File(filename); What happens if you do String filename = "c:\\someOtherDirectory\blah.mp3"; ... ? Yoav Shapir