ResourceStream REALbasic Plugin |
|
ResourceStream.Constructor Constructor
The default constructor for the ResourceStream, which takes a FolderItem and a Boolean parameter.
Constructor(
f as FolderItem,
write as Boolean)
Parameters
- f
- The FolderItem to work with.
- write
- Set this parameter to true if you want to open the stream for writing, otherwise its opened for reading.
Remarks
To know if creating a valid ResourceStream was successful then always check the LastError property of the object right after constructing it.
See Also
ResourceStream Class