Checks if Rosetta still holds a file pointer access to the opened file.
Usage:
ioIsOpen (object me )
Parameters:
None
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.ioOpen( "C:\mySavedData.dat", 1 )
strFile = xtRose.ioRead( 10 )
if xtRose.ioIsOpen( ) then
xtRose.ioClose( )
end if
Notes: