[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Resetting pathnames in Java
Hello all,
I've run into a snag with resetting a path. The situation is as follows,
I'm using a WOFileUpload in my application and upon selecting a file, the
system path is set(Forgive my lack of knowledge of operating systems).
That is if I click Browse under the WOFileUpload, the application
"remembers" the location of the file path. Is there a way to reset this
path to the root(ie "C:/") in Java? I'm guessing this would be operating
system dependent. Thanks in advance.
Kent Wong