Language:
Русский
English
CreateDir (procedure) (WinDos unit)
Creates a new subdirectory.
Declaration
procedure CreateDir(Dir: PChar)
Target
Windows
Remarks
Performs the same functions as MkDir, but uses a Pascal-style string rather than a null-terminated string.