473
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Value Range:
0- PL_FD_STATUS_OK: Completed successfully (default)
.
1- PL_FD_STATUS_FAIL : Physical flash memory failure
(fatal).
2- PL_FD_STATUS_CHECKSUM_ERR: Checksum error has
been detected in one of the disk sectors (fatal).
3- PL_FD_STATUS_FORMAT_ERR: Disk formatting error
has been detected (fatal).
4- PL_FD_STATUS_INV_PARAM: Invalid argument have
been provided for the invoked method.
5- PL_FD_STATUS_DUPLICATE_NAME: File with this
name already exists.
6- PL_FD_STATUS_FILE_TABLE_FULL: Maximum number
of files that can be stored on the disk has been reached,
new file cannot be created.
7- PL_FD_STATUS_DATA_FULL: The disk is full, new data
cannot be added.
8- PL_FD_STATUS_NOT_READY: The disk is not mounted.
9- PL_FD_STATUS_NOT_FOUND: File not found.
10- PL_FD_STATUS_NOT_OPENED: No file is currently
opened "on" the current value of the
property.
11- PL_FD_STATUS_ALREADY_OPENED: This file is
already opened "on" some other file number.
See Also:
Details
, return execution status directly. For those,
the fd.laststatus will contain the same status as the one directly returned.
return some other data, or nothing in case
there was a problem. The execution result for such methods can only be verified
through the fd.laststatus property.
Note that some errors are fatal and the disk is dismounted (
is set to 0-
NO) immediately upon the detection of any such fatal error.
.Maxopenedfiles R/O Property
Function:
Returns the total number of files that can be
simultaneously opened by your application.
Type:
Byte
Value Range:
Platform-dependent.
See Also:
Details
463
435
462
469
476
443