Binary File Read

The BinaryFileRead function allows for reading binary files.

The function will read the entire file into memory for you to use.

Note: Reading large files may require a lot of memory.


Properties

File Path

The path to the binary file.

Last updated