Edit C:\Users\Admin\.m2\repository\org\beanshell\bsh\2.0b4\bsh\commands\cd.bsh
/** Change working directory for dir(), etc. commands (like Unix cd) */ bsh.help.cd = "usage: cd( path )"; /* Additions by Kevin Raulerson, http://www.spin.com.mx/~kevinr/ */ void cd( String pathname ) { this.file = pathToFile( pathname ); if ( file.exists() && file.isDirectory() ) bsh.cwd = file.getCanonicalPath(); else print( "No such directory: "+pathname); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de