xpxDeleteDirectory

FUNCTION xpxDeleteDirectory (directoryName : STRING;
                             options       :INTEGER)
                             status        : INTEGER;

The xpxDeleteDirectory function will delete the given directory within the EDM_SERVER_CLIENTS_FILES_PATH/ EDM_SERVER_CLIENTS_FILES_PATH_UTF8_ENCODING directory.

Arguments


TypeNameComment
STRING
directoryName
The 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



NameComment
XPXDELETE_ALL_FILES_IN_DIRECTORIES
Deletes all files in the given directory

Example


xpxDeleteDIrectory(EXPORT_DIRECTORY,DELETE_ALL_FILES_IN_DIRECTORIES);

 

See also

Filter by label

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