CreateBinaryFile Method

Object: Folder
Syntax: CreateBinaryFile ([in] Name, [in] OverWrite)
Returns: A BinaryStream
Description: This method creates a new file in the current folder and returns a BinaryStream object so you can read and write the contents of the file.

If OverWrite is True, and the file already exists, it will be overwritten. It is True by default.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.