/jEdit/tags/jedit-4-0-pre5/bsh/commands/pathToFile.bsh
# · Unknown · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 854c94b6959bc9a0345e4ba5c2faaecf MD5 · raw file
- bsh.help.pathToFile = "usage: File pathToFile( String )";
- File pathToFile( String filename ) {
- return this.interpreter.pathToFile( filename );
- }