xpxSetUtf8EncodedFileNames

FUNCTION xpxSetUtf8EncodedFileNames (utf8EncodedFileNames : BOOLEAN)
                                     status               : INTEGER;

Allows the program to change between the EDM_SERVER_CLIENTS_FILES_PATH_UTF8_ENCODED and EDM_SERVER_CLIENTS_FILES_PATH paths as the temporary file folder for file coping

Arguments


1TypeNameComment
2BOOLEANutf8EncodedFileNamesIf true the system will use the EDM_SERVER_CLIENTS_FILES_PATH_UTF8_ENCODED, else will use the EDM_SERVER_CLIENTS_FILES_PATH

Return Value


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

Options


 

Example


 xpxSetUtf8EncodedFileNames(TRUE);
 inputMappedFileName := xpfMapFile(inputPhysicalFileName, xpxINPUT);
 xpxSetUtf8EncodedFileNames(FALSE);

 

See also

Filter by label

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

Â