📄 pathtofile.bsh
字号:
/** Create a File object corresponding to the specified file path name, taking into account the bsh current working directory (bsh.cwd)*/bsh.help.pathToFile = "usage: File pathToFile( String )";File pathToFile( String filename ) { return this.interpreter.pathToFile( filename );}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -