カレントディレクトリは、 new File(".").getAbsolutePath(); で取得できるようです。 package net.tk_factory.example.io; import java.io.File; import org.apache.log4j.Logger; import net.tk_factory.example.AbstractExample; /** * カレントディレクトリを取得するサンプルプログラムです。<br/> * * @author Takafumi Kondo (TK Factory) */ public class ExampleGetCurrentDirectory extends AbstractExample { /** クラス名 */ private static final String CLASS_NAME = Exampl