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 #1063 background imageLoading...
Page #1063 background image
Appendix A: System Routines — Symbol Table Utilities
1021
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
FolderRename
Declaration:
BOOL
FolderRename
(const BYTE *
OldName
, const BYTE *
NewName
)
Category(ies):
Symbol Table Utilities (low-level)
Description:
Rename a folder. This is the low-level folder rename routine. In general,
the routine
cmd_rename
should be used since this routine does not check
for reserved names.
Inputs:
OldName
Pointer to tokenized original folder name.
NewName
Pointer to tokenized new folder name.
Outputs:
Returns TRUE if successful;
OldName
was found and was a folder;
NewName
was not found, otherwise FALSE.
Will throw an ER_RESERVED error if renaming to or from MAIN.
Will throw a ER_VAR_IN_USE if any variable in the given folder is in-use.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: cmd_rename
Example:
BYTE foldName[] = {0,'t','m','p','1',0};
BYTE newFoldName[] = {0,'t','e','m','p','1',0};
FolderAdd( foldName+5 );
.
.
.
FolderRename( foldName+5, newFoldName+6 );

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