file_mkdir
Creates a directory in the file system
file_mkdir
(in path varchar,
[out error any]);
Description
This function requires dba privileges.
This function creates a file system directory.
Parameters
path –
A string containing path to the directory to be created, absolute or relative to server working directory.
error –
The error message is stored into this variable. If present, errors are not signalled.
Return Types
On success returns zero.
Errors
SQLState |
Error Code |
Error Text |
Description |
42000
|
FA014
|
Access to %s is denied due to access control in ini file
|
|
42000
|
FA015
|
Access to %s is denied due to access control in ini file
|
|