• How to manipulate directories and files on the new SugarCRM version.

    Hello everyone! Previously on my codes, I working with the local files and local directories using some like this: $function['mkdir'] = mkdir; $function['fopen'] = fopen; $function['unlink'] = unlink; ... $function['mkdir'](<new_directory_path>…