/**
  * Provides access to the protected method.
  */
 public function create_directory_precheck($path)
 {
     return parent::create_directory_precheck($path);
 }