Working with Files Exec and Chain Working with DirectoriesTemporarily transfers control to another program. RunTransfers control to another program. KillDeletes an existing file. NameRenames an existing file. | File Properties FileAttr System ProceduresGets information about a file bound to a file number. FileCopyCopies a file. FileDateTimeGets the last modified date and time of a file. FileExistsTests for the existence of a file. FileLenGets the length (in bytes) of a file. Fre Gets the amount of free memory (in bytes) available. CommandGets the command-line parameters passed to the program. EnvironGets the value of an environment variable. IsredirectedChecks whether stdin or stdout is redirected to a file or not. SetEnvironSets the value of an environment variable. ShellSends a command to the system command interpreter. SystemCloses all open files and exits the program. |