On this page本页内容
cat
(filename, useBinaryMode)¶Returns the contents of the specified file. The method returns with output relative to the current shell session and does not impact the server.
filename |
string | The filepath to open. The filepath must be on the local file system. |
useBinaryMode |
boolean | Optional. Flag to determine whether to open file in binary mode or text mode. Applicable for Windows.
The default value is New in version 4.0.5. |