Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

Note 2 - Recursive File System

The FileTable is a tree of files. It is formed by levels of directories and their file lists. So, we have two options for retrieving a list of files:

  • looking at a specific directory (recursive is FALSE);
  • recursively looking into all the sub directories from a given root directory (recursive is TRUE).

If volume is not provided, or -1 is passed, it is assumed to be recursive by default.

TOCIndex