Problem with file exists,
November 2, 2007 at 12:19 AM
Idid the same thing but it doesn't work it always give me an error:"cannot find symbol symbol : class file location: class ", I import the java.o.* class. I wrote exactly like this: File file = new file("/rep1/rep/74060-48.pdf"); boolean exists =file.exsists(); I also change slash to back slash and double them but no way, no thing work. Please if you have an idea help me. thanks. (I work in a jsp page)
View All Comments
| View Tutorial