home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
multimedia
/
ppsee
/
PPSeeSetup.exe
/
lib
/
bsh-commands-2.0b4.jar
/
bsh
/
commands
/
pathToFile.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
289b
|
11 lines
/**
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 );
}