These commands and functions manage and manipulate disk files.
Use | To |
---|---|
Add a backslash to a path expression.В |
|
Place information about files into an array and then return the number of files.В |
|
Change the default Visual FoxPro directory to the directory you specify.В |
|
Close various file types.В |
|
Duplicate any type of file.В |
|
Create a view file from the Visual FoxPro environment.В |
|
Return the current directory.В |
|
Return a file name with a new extension if one does not already exist.В |
|
Delete a file from a disk.В |
|
Display information about the files in a directory.В |
|
Display information about files.В |
|
Return the number of bytes available on the default or specified disk drive or volume.В |
|
Execute a Visual FoxPro program or procedure. |
|
Return the type of the specified drive.В |
|
Open the Visual FoxPro editor and, optionally positions the cursor. В |
|
Erase a file from disk.В |
|
Return the last modification Date or DateTime for a file.В |
|
Return the last modification time for a file.В |
|
Locate the specified file.В |
|
Return the contents of a file as a character string.В |
|
Save table and index changes to disk. В |
|
Return a string with the old file name extension replaced by a new extension.В |
|
Return a file name with a new path name substituted for the old one.В |
|
Return the path to a specified file or the path relative to another file.В |
|
Display the Open dialog box and returns the name of the file you chose.В |
|
Display the Open Picture dialog box and return the name of the picture file you chose.В |
|
Return true (.T.) if an expression evaluates to a null value; otherwise, ISNULL(В ) returns false (.F.).В |
|
Return the drive letter from a complete path.В |
|
Return the file name portion of a complete path and file name.В |
|
Return the file name portion of a complete path and file name.В |
|
Return the path portion of a complete path and file name.В |
|
Return the stem name (the file name before the extension) from a complete path and file name.В |
|
Display table or environment information without pausing the main Visual FoxPro or user-defined window.В |
|
Locate a file on disk and returns the file name with its path.В |
|
Create a new directory or subdirectory on disk.В |
|
Open an editing window so you can modify or create a program file.В |
|
Open an editing window so you can modify or create a text file.В |
|
Return a non-null value from two expressions.В |
|
Opens a database.В |
|
Invoke the Save As dialog box and return the file name you specify.В |
|
Remove a directory or folder from disk.В |
|
Change the name of a file to a new name.В |
|
Direct screen or printer output created with ?, ??, DISPLAY, or LIST to a text file.В |
|
Specify the default drive and directory.В |
|
Specify if CDX(В ), DBF(В ), MDX(В ), and NDX(В ) return the path in a file name.В |
|
Specify a path for file searches.В |
|
Display a dialog box before overwriting an existing file, or evaluate table or field rules, default values, and error messages when changes are made in the Table Designer or with ALTER TABLE.В |
|
Open or close the Data Session window or restores the Visual FoxPro environment from a view file.В |
|
Write the contents of a character string to a file.В |
|
Return a legal file name that can be used to create temporary files.В |
|
Return the name of the first file in alphabetic order by file name and extension, that matches a file name skeleton.В |
|
Returns the minimum path relative to the current or specified directory for a specified file.В |
|
Display the contents of a file.В |