FileRead
Method Signature
FileRead(filepath=[string], charsetOrBufferSize=[string], charset=[string], buffersize=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Read a file into a binary object
binaryContent = fileReadBinary( expandPath( "./file.pdf" ) );
Additional Examples
Related
Last updated
Was this helpful?
