Unit 'Dos' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#rtl]

Reference for unit 'Dos'

DOS - Turbo Pascal MS-DOS interface.

uses

  System,

  

The system unit.

  BaseUnix;

  

Basic Unix functionality.

Overview

The DOS unit gives access to some operating system calls related to files, the file system, date and time. Except for the PalmOS target, this unit is available to all supported platforms.

The unit was first written for Dos by Florian Klaempfl. It was ported to Linux by Mark May and enhanced by Michael Van Canneyt. The Amiga version was ported by Nils Sjoholm.

Under non-DOS systems, some of the functionality is lost, as it is either impossible or meaningless to implement it. Other than that, the functionality is the same for all operating systems.

Because the DOS unit is a Turbo Pascal compatibility unit, it is no longer actively developed: the interface is frozen and it is maintained only for the purpose of porting Turbo Pascal programs. For new development, it is recommended to use the sysutils unit instead.

Related topics

sysinfo

  

System information.

process

  

Process handling.

diskhandling

  

Directory and disk handling.

filehandling

  

File handling.

filemodes

  

File open mode constants.

fileattributes

  

File attributes.


Documentation generated on: Jul 24 2023