L3DT documentation
Large 3D terrain generator

zfile_CreateDir

Description

Create a directory on disk.

Files

Declaration zFile.h
Implementation zFile.cpp

Function prototype

bool zfile_CreateDir(const char* lpDirName);

Arguments

Name Type Comment
lpDirName const char* A pointer to a C-style string containing the full path of the directory to be created.

Return value

True if the directory was successfully created or already existed, and false otherwise.

Comments

None.

 
zeolite/functions/zfile_createdir.txt · Last modified: 2017/08/31 04:31 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki