Extensions.File.FileWriteHandle

From emotive
Jump to navigation Jump to search

Classification

Name FileWriteHandle
Short Description Is a handle for a file
Class Complex Data Type
Base Data Type FileHandle
Default Value Empty
Provide a Literal No
SpecifiedBy ISO 13209-3
Standard Compliant Yes

Description

A FileWriteHandle is a handle for a file that has been opened for write operations.

Core Conversion

The following table shows the rules for conversion to another data type:

Conversion Result Sample
ToBoolean Undefined (should not be used)
ToInteger Undefined (should not be used)
ToFloat Undefined (should not be used)
ToString Returns the String "FileWriteHandle<path>" String s = ToString(FileWriteHandleVariable); // Returns the file system path in URI format or a relative path when the file is inside the OTX Home directory.
ToByteField Undefined (should not be used)

Sample

File.FileWriteHandle FileWriteHandleVariable;