Previous: 4.74.2. WinDos Unit Procedures and Functions To the Table of Contents Next: 4.74.2.2. DiskFree function
4.74.2. WinDos Unit Procedures and Functions Table of Contents 4.74.2.2. DiskFree function

- 4.74.2.1. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.2. WinDos Unit Procedures and Functions
4.74.2.1. CreateDir procedure


4.74.2.1. CreateDir procedure

Targets: MS-DOS, OS/2, Win32


WinDos Unit

Creates a new subdirectory.

Declaration:
procedure CreateDir(Dir: PChar);
Remarks:
Performs the same functions as MkDir, but uses a null-terminated (PChar) string rather than a Pascal-style string.


Previous: 4.74.2. WinDos Unit Procedures and Functions To the Table of Contents Next: 4.74.2.2. DiskFree function
4.74.2. WinDos Unit Procedures and Functions Table of Contents 4.74.2.2. DiskFree function

- 4.74.2.1. -