fileMakeDir

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
   fileClose
   fileCopy
   fileDelete
   fileDelDir
   fileEof
   fileFlush
   fileInfo
   fileLocate
   fileMakeDir
   fileOpen
   fileRead
   fileReadLine
   fileReadPos
   fileRename
   fileTempName
   fileWrite
   fileWriteLine
   fileWritePos
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  
fileMakeDir(
  const dirname)   // name of directory to create

Creates a directory. Only one directory may be created at a time. To create a path you may have to call fileMakeDir several times.

Example:

fileMakeDir('C:\Test');
fileMakeDir('C:\Test\Files');
  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>