This node connects to Box. The resulting output port allows downstream nodes to access files , e.g. to read or write, or to perform other file system operations (browse/list files, copy, move, ...).
Path syntax: Paths for this connector are specified with a UNIX-like syntax such as /myfolder/myfile. An absolute path consists of:
- A leading slash ("/").
- Followed by the path to the file ("myfolder/myfile" in the above example).