posted 20 years ago
Hi
Can anyone know how to get the Absolute path of the file
For Eg.
I have file d:\java\test\book.xml
Output is
d:\java\test\book.xml
I have used the getAbsoluteFile() and there are so many API but not gettting the correct result it just show ing the file name , but i want this with its path
Regards