| Servertec | getAbsolutePath( ) | |
|
|
Returns the absolute path of the file represented by the specified file object. SyntaxgetAbsolutePath( file )file.getAbsolutePath( ) Parametersfile the file object.Returnspath the absolute path of the specified file objectExample
println( "path: " + getAbsolutePath( fh ) ) |
|
top of page
|