mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
clarified comment
This commit is contained in:
parent
e93bb5135d
commit
43fcae0409
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class OC_FilesystemView {
|
|||
}
|
||||
|
||||
/**
|
||||
* following functions are equivilent to their php buildin equivilents for arguments/return values.
|
||||
* the following functions operate with arguments and return values identical to those of their PHP built-in equivalents
|
||||
*/
|
||||
public function mkdir($path){
|
||||
return $this->basicOperation('mkdir',$path,array('create','write'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue