Table of Contents

Local File System

About

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.

Built-in Connection

Tabulify comes with the below built-in connection to the local file system:

URL

To create a local file connection, you can use one of the following URL:

Local file URI

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

Data Uri

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