The following functions manipulate file and operating system features:
Change the current (default) directory on a given drive. | |
Change the current default drive. | |
A bitmap is copied from the CLIPBOARD and stored in a newly created GRAPHIC BITMAP. | |
A text string is retrieved from the CLIPBOARD. If necessary, it is converted to OEM Text format. | |
A text string is retrieved from the CLIPBOARD. If necessary, it is converted to ASCII Text format. | |
A text string is retrieved from the CLIPBOARD. If necessary, it is converted to Unicode Text format. | |
The contents of the CLIPBOARD are deleted. | |
Copies a GRAPHIC BITMAP to the CLIPBOARD. | |
Copies a OEM text string to the CLIPBOARD. | |
Copies a ASCII text string to the CLIPBOARD.. | |
Copies a Unicode text string to the CLIPBOARD. | |
Return the command-line used to start the program. | |
Return the window handle of the console window. | |
Determine if standard input has been redirected. | |
Return the name in the console window caption. | |
Retrieve the location of the console window on the screen.. | |
Retrieve the size of the visible part of the console, in text rows and columns. | |
Retrieve the size of the console window, in pixels. | |
Retrieve the position of the viewable part of a virtual screen. | |
Retrieve the size of the screen buffers associated with the console window. | |
Set the name of the console window caption. | |
Bring the console window to the foreground and direct the focus to it. | |
Move the console window to a new location on the screen. | |
Change the size of the console window and its associated screen buffers. | |
Set the position of the viewable part of a virtual screen. | |
Change the size of the buffers associated with the console window. | |
Determine if standard output has been redirected. | |
Return the current directory for a given drive. | |
Return the size status of the caret. | |
Set the caret size and visibility. | |
Set and retrieve the system date. | |
Retrieve the size of the client area of the desktop, in pixels. | |
Retrieve the location of the top, left corner of the client area of the desktop, in pixels. | |
Retrieve the size of the entire desktop, in pixels. | |
Return a filename that matches the given mask. | |
Force the release the operating system FindNext handle. | |
Return the amount of available space of a disk, in bytes. | |
Return the total amount of space on a disk, in bytes. | |
Modify the current program's environment table. | |
Retrieve
| |
Returns the instance handle of the programming which is currently executing. | |
Returns the extension of the program which is currently executing. | |
Returns the complete drive, path, and file name of the program which is currently executing. | |
Returns just the file name of the program which is currently executing. | |
Returns the file name and the extension of the program which is currently executing. | |
Returns the complete drive and path of the program which is currently executing. | |
Return information about an open file. | |
Copy a file. | |
Return the file-system name of an open file. | |
Flush file buffers to disk to ensure the disk information is current. | |
Return the file-system attribute(s) of a disk file or directory. | |
Return the handle of the standard error device. | |
Return the handle of the standard input device. | |
Return the handle of the standard keyboard device. | |
Return the handle of the standard output device. | |
Return the handle of a nominated console video page. | |
Translate a host name into a corresponding IP address. | |
Translate an IP address into a corresponding host name. | |
Delete a disk file. | |
Retrieves information or dimensions of system elements. | |
Create a subdirectory/folder (like the DOS MKDIR command). | |
Turn on/off mouse event trapping and define required mouse events. | |
Return the number of buttons on the system mouse. | |
Determine if a mouse event is waiting to be retrieved. | |
Return the current column (x coordinate) of the mouse cursor. | |
Return the current row (y coordinate) of the mouse cursor. | |
Rename a file or a directory (like the DOS REN command). | |
Prepare a file or device for reading or writing. | |
Determine which of 8 console text pages is active and/or visible. | |
Return the current active console page number. | |
Return the number of the visible console page. | |
Parse a path/file name to extract component parts. | |
Find a file on disk and return the path and/or file name parts. | |
Copy all text from one console text page (screen) to another. | |
Return a composite RGB color value. | |
Delete a disk directory (like the DOS RMDIR command). | |
Set the file system attribute(s) of a disk file or directory. | |
Truncate/extend a file to its current file pointer position. | |
Launch an executable program asynchronously. | |
Launch an executable program synchronously. | |
Pause the current thread for a specified number of milliseconds. | |
Return TRUE if the end of standard input has been reached. | |
Output a string expression to the standard error device. | |
Read one line of text from the standard input device. | |
Output a string expression to the standard output device. |