Provides a file system connection with access to a KNIME Hub Space, for example the "Private" Space on "My-KNIME-Hub". It is also possible to always connect to the Space that contains the current workflow. 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, ...) in the selected Space. Files outside the configured Space cannot be accessed.
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).