loading
loading
The address of a file or folder on disk, such as src/app/page.tsx.
File paths let humans, agents, and tools point to exact source locations. Clear paths reduce confusion when multiple files or worktrees have similar names.
Plainly
Think of File Path as a named building block in a big LEGO app. The address of a file or folder on disk, such as src/app/page.tsx.
In practice
Use it when you are mapping how the app is structured or explaining a feature to a teammate or agent. In practice, define the owner, input, output, and failure mode before you rely on it.