os.readFile()
Description
Read the entire content of a file.
Syntax
os.readFile(filename)
Parameters
readFile(filename)
filename
Pathname of the file to read.
Return Value
A Data object containing the entire content of the file.
Read the entire content of a file.
os.readFile(filename)
readFile(filename)
Pathname of the file to read.
A Data object containing the entire content of the file.