The working directory is the location in the file system from where the java
command was invoked.
String curDir = System.getProperty("user.dir");
|----------------------------------------------------------------------------------------|
版权声明 版权所有 @zhyiwww
引用请注明来源 http://www.blogjava.net/zhyiwww
|----------------------------------------------------------------------------------------|
posted on 2006-06-13 11:43
zhyiwww 阅读(306)
评论(0) 编辑 收藏 所属分类:
code demo -java