EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #602 background imageLoading...
Page #602 background image
560
Appendix A: System Routines — Files
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
FDelete
Declaration:
WORD
FDelete
(const char *
fileName
)
Category(ies):
Files
Description:
Deletes a file.
Inputs:
fileName
String pointer to name of file to delete.
Outputs:
FS_OK File deleted.
FS_BAD_NAME Bad filename.
FS_ERROR File not deleted because it is locked, in use, a
folder, in Flash, or it does not exist.
Assumptions:
None
Side Effects:
May invalidate any current HSYMs.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
/* Create a temporary file, use the file, then delete it. */
FILE f1;
if (FS_OK == FOpen("ZTEMPF", &f1, FM_WRITE, "APP1" )) {
useTempFile( &f1 );
FClose( &f1 );
FDelete("ZTEMPF");
}

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals