problem of FILE
hi all,
i want to know if a file exists, here is my code :
------------------------
File dd = new File("G:/SQL.LOG");
boolean f = dd.isFile();
out.println("dan = " + f);
------------------------------
(the file sql.log exists)
i can see :" dan = true"
that's logic
but when i change the code:
------------------------------
File dd = new File("G:/act_tma/test.log");
out.println(rep_tableau + nom_tableau);
boolean f = dd.isFile();
out.println("dan = " + f);
-----------------------------
(the file test.log exists)
i can see: "dan = false"
what is not logic...
have you an idea???
PS : G:/ is connected to a network
L'alcool tue lentement. On s'en fout. On n'est pas pressés.