FileList v1.0

Lists all files in a given folder

Author: Bhuvanesh Bhatt (bbhatt1@towson.edu)

Last updated: September 9, 2001

 

 

 

 

FileList("foldername" [,"vartype"])
 
Lists all variables in the specified folder, with some attributes:
·        Type (non-TI-Basic variable names like "@" give a type of "UNKNOWN"*)
·        Size (in bytes)
·        Archived (0=No, 1=Yes)
·        Locked (0=No, 1=Yes)
·        Hidden [usually for in-use variables] (0=No, 1=Yes)
 
If a variable type is specified, only variables with that variable type will be listed. The variable type will generally be in capital letters.
 
This program uses some code written by Zeljko Juric and the rest written by myself.
 
*It is possible to create such variables only in C programs. Such variables will not appear in Var-Link.
 
Disclaimer:
Although I have tested this program before releasing it, I cannot guarantee that it will not hang or crash. If it does hang or crash, reset the calculator by pressing:
               [2nd][LOCK][ON] on the TI-92 Plus
               [2nd][LEFT][RIGHT][ON] on the TI-89
If this doesn't reset the calculator, take out a battery, then press and hold [(-)][)] while you insert the battery. I am not responsible for any damage to your calculator.