xpxCreateDirectory

FUNCTION xpxCreateDirectory(path               : STRING)
                            status             : INTEGER;

The xpxCreateDirectory function will create the given directory within the EDM_SERVER_CLIENTS_FILES_PATH/ EDM_SERVER_CLIENTS_FILES_PATH_UTF8_ENCODING directory. The parent folder must be available for the child folder to be created e.g. using "myDir\\childDir"  as the path is not a valid path if the "myDir" does not exist.

                     

Arguments


TypeNameComment
STRINGpathThe path for the directory

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


xpxCreateDirectory(EXPORT_DIRECTORY);

 

See also

Filter by label

There are no items with the selected labels at this time.

Â