Path name

 

A path name (also called a pathname on some systems) tells the system 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:

 

Parent topic:

Integrated file system concepts

 

Related reference


Path name rules for APIs
Path name rules for CL commands and displays