A path name (also called a pathname on some systems) tells the server how to locate an object.
The path name is expressed as a sequence of directory names followed by the name of the object. Individual directories and the object name are separated by a slash (/) character; for example:
directory1/directory2/file
For your convenience, the backslash (\) can be used instead of the slash in integrated file system commands.
There are two ways of indicating a path name:
The absolute path name to the Smith file is as follows:
/Dept2/Photo/Smith
The absolute path name is also known as the full path name.
Photo/Smith
Notice that the path name does not include the name of the current directory. The first item in the name is the directory or object at the next level below the current directory.