| Servertec | isFile( ) | |
|
|
Returns whether the file object represents a file. SyntaxisFile( file )file.isFile( ) Parametersfile the file object.Returnsboolean true if file object represents a filefalse if file object does not represent a file Example
println( "is a file" ) end |
|
top of page
|