BATCHLIB_ Batchlib library io.cmd
The batchlib library io.cmd is part of the batchlib package. It provides the following subroutines:
:PRINT: Prints all arguments into one line without new line.
:PRINTLN: Prints all arguments into one line with delimiting new line.
:ISDIR: Tests for exisiting directory.
:CREATE_TEMPFILE: Creates an empty temporary file within the user's temp directory.
void :PRINT varargs
Prints all arguments into one line without new line.
Parameters:
void :PRINTLN varargs
Prints all arguments into one line with delimiting new line.
Parameters:
Boolean :ISDIR String
Tests for exisiting directory.
Parameters:
"true" if input is an existing directory, otherwise "false"
Since: 1.0
String :CREATE_TEMPFILE
Creates an empty temporary file within the user's temp directory.
Returns:
full path to temp file
Since: 1.0
:PRINT: Prints all arguments into one line without new line.
:PRINTLN: Prints all arguments into one line with delimiting new line.
:ISDIR: Tests for exisiting directory.
:CREATE_TEMPFILE: Creates an empty temporary file within the user's temp directory.
void :PRINT varargs
Prints all arguments into one line without new line.
Parameters:
- variable number of arguments
void :PRINTLN varargs
Prints all arguments into one line with delimiting new line.
Parameters:
- variable number of arguments
Boolean :ISDIR String
Tests for exisiting directory.
Parameters:
- path to directory or file
"true" if input is an existing directory, otherwise "false"
Since: 1.0
String :CREATE_TEMPFILE
Creates an empty temporary file within the user's temp directory.
Returns:
full path to temp file
Since: 1.0
cypressor - 28. Mär, 21:39