The local file system is the file system of the operation system where Tabulify is installed.
This is the file system:
depending on where the Tabulify is running.
Tabulify comes with the below built-in connection to the local file system:
To create a local file connection, you can use one of the following URL:
file://path
where:
Example:
file:///C:/Users/username/
file:///opt/
You can't defined a relative path. You cannot used as start character:
You need to use the data uri syntax to define a relative path
To define a relative path, you can use a data uri with a built-in local data connection
Example: to target the build directory inside the project home connection directory
data-uri:build@project