/* * Created on Aug 25, 2003 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package TestClasses; /** * @author student * * To change the template for this generated type comment go to * */ public class DirectoryTest { static void testPath() { String path = System.getProperty("user.dir"); System.out.println("PATH "+path); } }