mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15287] Ensures that the target file directory exists
PHPBB3-15287
This commit is contained in:
@@ -84,13 +84,4 @@ interface adapter_interface
|
||||
* When the file cannot be copied
|
||||
*/
|
||||
public function copy($path_orig, $path_dest);
|
||||
|
||||
/**
|
||||
* Creates a directory recursively.
|
||||
*
|
||||
* @param string $path The directory path
|
||||
*
|
||||
* @throws \phpbb\storage\exception\exception On any directory creation failure
|
||||
*/
|
||||
public function create_dir($path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user