A path may refer to any of the following:

  1. Alternatively known as the pathname, the current path or path is the complete location or name of where a computer, file, device, or web page is located. Below are examples of different types of computer-related paths.

MS-DOS path

The following example shows an MS-DOS path or file path for system.ini file. When working with an MS-DOS, Windows, or Windows command line path, the drives (root), directories, and files are all separated by a backslash.

Linux and Apple path

In Linux, or an Apple shell using the pwd command, your path may look like the following example. When working with this type of path, the drives, directories, and files are all separated by a forward slash.

/home/hope/public_html/

Network path

A network path is a path to a share. In the example below, “help” is the share on the “hope” computer.

\hope\help

Internet path

The following example shows the Internet path or URL (Uniform Resource Locator) to this web page on the Internet.

https://www.computerhope.com/jargon/p/path.htm

How do I display the current path?

To display the current path in MS-DOS or the Windows command line, type chdir at the prompt. In Linux, type pwd at the prompt to print the working directory (path).

By default, MS-DOS and the Windows command line show the full current path in the prompt. For example, if the prompt is C:\Windows\System32>, then c:\Windows\System32 is the path. With Linux, you may only have a partial path. For example, the prompt may have “~/public_html/cgi-bin” in the prompt. The ~ (tilde) is a shortcut used to express your home directory.

  • See the chdir command page for further information on this command.
  • See the pwd command for further information and examples on this command.

How to display the path in Windows?

In Windows, the path is displayed in the top bar of Windows Explorer when browsing files.

To view the path of a file or folder in Windows, right-click the file or folder and select Properties. In the Properties window the path is shown in the “Target” or “Location” depending on your version of Windows.

Clicking the path bar in Explorer displays the command line path. For example, if the Explorer bar shows a folder that says “This PC > OS (C:) > ch” clicking in the bar would give the command line path of “C:\ch.”

  1. Path is a social networking service founded in 2010 that is exclusive to mobile devices. It lets you connect your closest friends and family, up to a maximum of 150 connections.

If you frequently need to see the full path in Explorer, open Explorer’s Folder Options and select the View tab. Here, you can check the option “Display the full path in the title bar” to have the path always shown in the title bar.

  • How to set the path and environment variables in Windows.
  • How to add directory to system path in Linux.
  • How to change a directory or open a folder.
  • See the path command page for further information on this MS-DOS and Windows command line command.
  1. In vector graphics, a path is another name for a vector or line with a start and end point.

  2. With computer games and other 3D environments, a path is the line objects takes to get from one point to another. For example, in a computer game, a NPC (non-playing character) may follow a set path to give the illusion of a living character. To help that character navigate around obstacles that may impede their path, an algorithm like the A* algorithm may be used.

Absolute path, Access path, Command line, Current directory, Data path, Directory, Relative path, Software terms, UNC