listAllFiles

Enumerates all files on the specified volume, gives out their full path name and ID, and indicates whether each is a directory.

Request

<listAllFiles/>

Reply

<listAllFiles>
   <file>
      <name/>
      <id/>
      <directory/>
   </file>
   <result value=" ">
      <description/>
   </result>
</listAllFiles>

Elements

name

Specifies the name of the file.

id

Specifies the ID of the file.

directory

(Optional) Specifies that the file is a directory.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.