|
Kanzi Graphics Engine
|
Standard directory functions. More...
#include <system/debug/kzs_error.h>#include <system/kzs_error_codes.h>#include <system/kzs_header.h>#include <system/kzs_types.h>Functions | |
| KZ_HEADER_BEGIN kzsError | kzsDirectoryMkdir (kzString path) |
| Tries to create directory. More... | |
| kzBool | kzsDirectoryIsDirectory (kzString path) |
| Checks if path is a directory. More... | |
| kzUint | kzsDirectoryGetTempPath (kzUint bufferSize, kzMutableString path) |
| Writes tmp-path to string-buffer allocated by caller and returns length of the tmp-path without string-terminator. More... | |
Standard directory functions.
Copyright 2008-2019 by Rightware. All rights reserved.
| KZ_HEADER_BEGIN kzsError kzsDirectoryMkdir | ( | kzString | path) |
Tries to create directory.
Returns success if directory created successfully or if it already exists.
| kzUint kzsDirectoryGetTempPath | ( | kzUint | bufferSize, |
| kzMutableString | path | ||
| ) |
Writes tmp-path to string-buffer allocated by caller and returns length of the tmp-path without string-terminator.
If buffer is KZ_NULL, length is returned but no data is written.