actindo ->docorg__ls
actindo -> docorg__ls: returns a directory listing of the given $path.
Signaturstring docorg__ls( string $sid, string $path )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
  • string $path
    the path of the directory to get the listing of
     
Returnsstring
array('ok' => bool, 'data' => string[])
 
Descriptionreturns a directory listing of the given $path.