function vbo_export_install in VBO export 7
Implements hook_install().
File
- ./vbo_export.install, line 11 
- Module install procedures.
Code
function vbo_export_install() {
  $dir = file_default_scheme() . '://vbo_export';
  file_prepare_directory($dir, FILE_CREATE_DIRECTORY);
}