# Path

This type represents a path to a file of any sort. All paths in the configuration file and across Prisma Util are resolved relative from the project root. At it's core, Path is just a string or a function that returns a string (for more information, read about configuration utilities [here](https://prisma-util.gitbook.io/stable/modules)). When defining paths, you should follow the recommendations from [this](https://prisma-util.gitbook.io/stable/concepts/conventions-and-standards#paths-and-denoting-paths) page.
