!short: COPY FILE      Copy a file to a new file
!file:C5G0_002.EHO:"COPY FILE"
!short: DELETE FILE    Remove a file from disk
!file:C5G0_002.EHO:"DELETE FILE"
!short: DIR*           Display a listing of files from a specified path
!file:C5G0_002.EHO:DIR*
!short: DIRECTORY()    Create an array of directory and file information
!file:C5G0_001.EHO:DIRECTORY()
!short: DISKSPACE()    Return space available on disk
!file:C5G0_001.EHO:DISKSPACE()
!short: ERASE          Remove a file from disk
!file:C5G0_002.EHO:ERASE
!short: FCLOSE()       Close an open binary file and write DOS buffers to disk
!file:C5G0_001.EHO:FCLOSE()
!short: FCREATE()      Create and/or truncate a binary file to zero length
!file:C5G0_001.EHO:FCREATE()
!short: FERASE()       Delete a file from disk
!file:C5G0_001.EHO:FERASE()
!short: FERROR()       Test for errors after a binary file operation
!file:C5G0_001.EHO:FERROR()
!short: FILE()         Determine if a file exists
!file:C5G0_001.EHO:FILE()
!short: FOPEN()        Open a binary file
!file:C5G0_001.EHO:FOPEN()
!short: FREAD()        Read characters from a binary file into a buffer variable
!file:C5G0_001.EHO:FREAD()
!short: FREADSTR()     Read characters from a binary file
!file:C5G0_001.EHO:FREADSTR()
!short: FRENAME()      Change the name of a file
!file:C5G0_001.EHO:FRENAME()
!short: FSEEK()        Set a binary file pointer to a new position
!file:C5G0_001.EHO:FSEEK()
!short: FWRITE()       Write to an open binary file
!file:C5G0_001.EHO:FWRITE()
!short: MEMOREAD()     Return the contents of a disk file as a character string
!file:C5G0_001.EHO:MEMOREAD()
!short: RENAME         Change the name of a file
!file:C5G0_002.EHO:RENAME
!short: RESTORE        Retrieve variables from a memory (.mem) file
!file:C5G0_002.EHO:RESTORE
!short: SAVE           Save variables to a memory (.mem) file
!file:C5G0_002.EHO:SAVE
!short: SET ALTERNATE  Echo console output to a text file
!file:C5G0_002.EHO:"SET ALTERNATE"
!short: SET DEFAULT    Set the Clipper default drive and directory
!file:C5G0_002.EHO:"SET DEFAULT"
!short: SET PATH       Specify the Clipper search path for opening files
!file:C5G0_002.EHO:"SET PATH"
!short: TYPE           Display the contents of a text file
!file:C5G0_002.EHO:TYPE

