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