Re: current directory

1999-12-27 Thread Dustin Lang
Hi, > how can I get current directory in servlet? This is not Linux-specific, or even servlet-specific, for that matter. There is a trick, though it feels like bad programming form: new File(".").getAbsolutePath(); In the future, you would do better by finding a more appropri

current directory

1999-12-26 Thread Sun JunXu
hi, there, how can I get current directory in servlet? thanks. sincerely sun -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]