Define: Absolute Path
Absolute Path: The path relative to the root directory, or the top level directory. Paths are made up of a string of characters separated by a backslash, pointing to specific directories and files. A path that points to the same locale on one file system, regardless of the working directory or combined paths, is an 'absolute path'.
