1018
Appendix A: System Routines — Symbol Table Utilities
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
FolderFind
Declaration:
WORD
FolderFind
(const BYTE *
FolderName
)
Category(ies):
Symbol Table Utilities (low-level)
Description:
Find the given folder and return the folder type.
Inputs:
FolderName
— Pointer to tokenized folder name to find.
Outputs:
FL_MAIN — Home folder.
FL_OTHER — Other folder.
FL_NOTFOUND — Not found.
FL_NOTFOLDER — FolderName is already used as nonfolder.
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: FolderAdd, FolderCount, FolderRename
Example:
See
FolderAdd
.