BinaryStream.Create
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Create(f as FolderItem,overwrite as Boolean) As BinaryStream
New in 2009r3
Supported for all project types and targets.
New in 2009r3
Supported for all project types and targets.
Creates a binary stream on the passed FolderItem. The Overwrite parameter controls whether the operation can overwrite an existing file. The default is False. Call Create using the syntax for shared methods.
If an error occurs, it will fire an IOException