Language:
Русский
English
Index of WinDos Procedures and Functions (alphabetical)
This index is an alphabetical listing of the procedures and functions in the WinDos unit.
To look up WinDos routines by functional category, see the categorical index of WinDos procedures and functions.
CreateDir Proc Creates a new subdirectory.
DiskFree Func Returns the number of free bytes of the specified disk
drive.
DiskSize Func Returns the total size, in bytes, of specified disk
drive.
DosVersion Func Returns the DOS version number.
FileExpand Func Expands a file name into a fully-qualified file name.
FindFirst Proc Searches the specified directory for the matching
file.
FindNext Proc Searches for another FindFirst file.
FileSearch Func Searches for a file.
FileSplit Func Splits a file name into its three components.
GetArgCount Func Returns the number of parameters passed to the program
on the command line.
GetArgStr Func Returns the command-line parameter specified by Index.
GetCBreak Proc Returns the state of Ctrl-Break checking in DOS.
GetCurDir Func Returns the current directory of a specified drive.
GetDate Proc Returns the current date set in the operating system.
GetEnvVar Func Returns a pointer to the value of a specified
environment variable.
GetFAttr Proc Returns the attributes of a file.
GetFTime Proc Returns the date and time a file was last written.
GetIntVec Proc Returns the address stored in a specified interrupt
vector.
GetTime Proc Returns the current time set in the operating system.
GetVerify Proc Returns the state of the verify flag in DOS.
Intr Proc Executes a specified software interrupt.
MsDos Proc Executes a DOS function call.
PackTime Proc Converts a TDateTime record.
RemoveDir Proc Removes an empty subdirectory.
SetCBreak Proc Sets the state of Ctrl-Break checking in DOS.
SetCurDir Proc Changes the current directory to the specified path.
SetDate Proc Sets the current date in the operating system.
SetFAttr Proc Sets the attributes of a file.
SetFTime Proc Sets the date and time a file was last written.
SetIntVec Proc Sets a specified interrupt vector to a specified
address.
SetTime Proc Sets the current time in the operating system.
SetVerify Proc Sets the state of the verify flag in DOS.
UnpackTime Proc Converts a Longint to a record.