Skip to content

Commit fae1224

Browse files
authored
Merge pull request #1739 from JCOvergaar/patch-4
Clarify createPath and ignoreExists for Lucee/Boxlang
2 parents 352cc59 + feb1d10 commit fae1224

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/en/directorycreate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"description":"Creates an on-disk or in-memory directory in the specified path",
88
"params": [
99
{"name":"path","description":"Absolute path of the directory to be created. Alternatively, you can specify an IP address, as in the following example: `DirectoryCreate(\"//12.3.123.123/c_drive/test\". \rNOTE: You have to have the required permissions to run this function.`);","required":true,"default":"","type":"string","values":[]},
10-
{"name":"createPath","description":"Lucee Only. Create parent directory when it doesn't exist.","required":false,"default":"true","type":"boolean","values":[]},
11-
{"name":"ignoreExists","description":"Lucee Only. Pass false (default) to throw an error if the directory already exists, or true to skip the create operation without an error.","required":false,"default":"false","type":"boolean","values":[]}
10+
{"name":"createPath","description":"Lucee/Boxlang Only. Create parent directory when it doesn't exist.","required":false,"default":"true","type":"boolean","values":[]},
11+
{"name":"ignoreExists","description":"Lucee/Boxlang Only. Pass false (default) to throw an error if the directory already exists, or true to skip the create operation without an error.","required":false,"default":"false","type":"boolean","values":[]}
1212
],
1313
"engines": {
1414
"coldfusion": {"minimum_version":"9", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/DirectoryCreate.html"},

0 commit comments

Comments
 (0)