Data Connections
General Info
Useful Snippets

6.0.0 Construct a filepath

Example:

# Construct a filepath
filename    = "data.csv"
import_path = "/Path/to/your/"
import_filepath = import_path + filename