File Dailog with auto search

Can i use FileDialog.setDirectory("../Lesson/Media/") in FileDialog class?

whether it automatically points to c:/raja/Lesson/Media/ or D:/raja/Lesson/Media/ or e:/raja/Lesson/Media/ ....?

if not how to define FileDialog.setDirectory() to automatically points to irrespective of Drives windows and Linux?

[322 byte] By [senthilv_suna] at [2007-11-26 21:34:05]
# 1
why not just read the docs for File Dialogs, rather than ask fifty questions here?
georgemca at 2007-7-10 3:15:23 > top of Java-index,Java Essentials,Java Programming...
# 2
It is very easy to create a class that will recursively search ALL roots to find a particular file or directory BUT this could take many minutes if the disk is of any reasonable size.
sabre150a at 2007-7-10 3:15:23 > top of Java-index,Java Essentials,Java Programming...