actindo ->docorg__path_exists
actindo -> docorg__path_exists: checks if the given path exists in the doc org and if it's a file or a directory.
Signaturstring docorg__path_exists( string $sid, string $path )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • string $path
    the patch to check
     
Returnsstring
array('exists' => bool, 'isDirectory' => bool, 'isFile' => bool)
 
Descriptionchecks if the given path exists in the doc org and if it's a file or a directory.