You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/en/directorycreate.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
"description":"Creates an on-disk or in-memory directory in the specified path",
8
8
"params": [
9
9
{"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":[]}
0 commit comments