actindo ->docorg__mkdir
actindo -> docorg__mkdir: creates a new directory in the docorg.
Signaturstring docorg__mkdir( string $sid, string $path [, bool $createParents] )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • string $path
    the path to create
     
  • bool $createParents
    Optional. If the parent directories of the given path do not exist, create them as well. Defaults to false.
     
Returnsstring
array('ok' => bool)
 
Descriptioncreates a new directory in the docorg.

If you set the parameter $createParents to true, all the parents of the given path are also created if they don't yet exist.