Doc.Id. HMSI-27-212
Doc.Rev. 1.5
Start
InstX = Obj.Create( )
InstX.File Open( W, \test.txt )
InstX.File Write( data )
Done
End
InstX.File Close( )
Obj.Delete ( InstX )
Yes
No
Create a new instance. The instance number
returned will be used by subsequent commands.
Open le for reading (CmdExt[0] = 1) and point
to the le to open. The instance can now be used
for le operations. Any directory operations will
be rejected.
Write the desired data to the le.
Keep writing until the desired content has been
written.
Close the le.
Delete the instance.