Paths
Strings specifying file or directory locations in a file system.
file paths
directory paths
In computing, paths are strings that specify the location of files or directories within a file system. They can be absolute, starting from the root directory, or relative, based on the current working directory.
Built by Tim Jones