Edit C:\Users\Admin\.m2\repository\org\beanshell\bsh\2.0b4\bsh\commands\rm.bsh
/** Remove a file (like Unix rm). */ bsh.help.rm = "usage: cd( path )"; boolean rm( String pathname ) { this.file = pathToFile( pathname ); if ( file == null ) throw new java.io.FileNotFoundException("pathname"); if ( file.isDirectory() ) { print( pathname + "is a directory" ); return; } return file.delete(); }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de