464
Platforms
©2000-2008 Tibbo Technology Inc.
Details
Several files can be opened (see
) at the same time. Each file is said to
be opened "on" a certain file number (the value of this property at the time of the
file opening). Although the file is opened by referring to its name, many other
operations, such as
, as well as properties, such as
, are related to the file number selected through the fd.filenum.
.Fileopened R/O Property
Function:
Reports if any file is currently opened "on" the selected
file number (selection is made through the
).
Type:
Enum (no_yes, byte)
Value Range:
0- NO: No file is currently opened on this file number
(default).
1- YES: The file is currently opened on this file number.
See Also:
Details
method to open a file "on" the currently selected file number.
Many file-related operations, such as
, as well as
, cannot be used unless there is an opened file on
a currently selected file number.
.Filesize R/O Property
Function:
Returns the size, in bytes, of the file opened "on" the
currently selected file number (selection is made through
the
or zero if no file is currently opened.
Type:
Dword
Value Range:
0- whatever is physically possible for the currently
existing flash disk.
See Also:
Writing To and Reading From Files
Details
Newly created files have the size of 0. File size can be altered by adding data to
the file (
), or reducing the file size with
and
methods.
.Find Method
Function:
Finds Nth instance of data satisfying selected criteria in a
file opened "on" a currently selected file number
(selection is made through the
).
475
480
460
464
463
443
475
480
460
464
463
444
480
481
461
463