Menu
Choose a product
Viewing: v1.15 (latest)
Find another version
Scroll for more
Open source
file
The file namespace contains functions related to files.
file.path_join
The file.path_join function joins any number of path elements into a single path, separating them with an OS-specific separator.
Examples
Alloy
> file.path_join()
""
> file.path_join("this/is", "a/path")
"this/is/a/path"Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with Grafana dashboard design
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.
Video

How to get started with OpenTelemetry and Grafana
This webinar covers the essentials of instrumentation and demonstrates how to visualize OpenTelemetry data seamlessly within Grafana and Grafana Cloud.