---
title: "File Paths"
slug: "file-paths"
updated: 2022-12-13T18:01:38Z
published: 2022-12-13T18:01:38Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://code.tag.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# File Paths

## file paths in the config

- Regardless of whether you are on a Windows computer or a Mac/Linux computer, you should use the forward slash character, /, to reference files in the config file.

## file paths in the command line

- If you are on a Windows computer, use the backslash character, , to reference files in the command line.
- If you are on a Mac/Linux computer, use the forward slash character, /, to reference files in the command line.
