You are here

function elfinder_prepare_directory in elFinder file manager 8.2

Same name and namespace in other branches
  1. 6.2 elfinder.module \elfinder_prepare_directory()
  2. 6 elfinder.module \elfinder_prepare_directory()
  3. 7.3 elfinder.module \elfinder_prepare_directory()
  4. 7 elfinder.module \elfinder_prepare_directory()
  5. 7.2 elfinder.module \elfinder_prepare_directory()

prepare directory for files

File

./elfinder.module, line 317

Code

function elfinder_prepare_directory($directory) {
  $rc = file_prepare_directory($directory, FILE_CREATE_DIRECTORY);
  return $rc;
}