Xojo.IO.BinaryStream.Create
From Xojo Documentation
Shared Method
Xojo.IO.BinaryStream.Create(file As Xojo.IO.FolderItem) As Xojo.IO.BinaryStream
Supported for all project types and targets.
Supported for all project types and targets.
Creates a new BinaryStream, bound to the passed File. Raises a RuntimeException if File is Nil, does not exist, is not accessible or another error occurs.