Managing Files
The functions and statements for managing files are described here.
Dir Function
Returns the name of a file, a directory, or all of the files and the directories on a drive or in a directory that match the specified search path.
FileAttr Function
Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle).
FileDateTime Function
Returns a string that contains the date and the time that a file was created or last modified.
GetAttr Function
Returns a bit pattern that identifies the file type or the name of a volume or a directory.
GetPathSeparator Function
Returns the operating system-dependent directory separator used to specify file paths.