Hi all, How to lookup an external file say (.txt, .wav etc) with in java code, basically using file handling system. Instead of hardcoding the direct system drive path (specific to just host), how can we make this work anywhere by just deploying WAR file. File aFile = new File ("D:\Test\MyFirst.txt"); How to lookup such files. Please do reply if any ...