path
Computing the directions for reaching a particular file or directory, as traced hierarchically through each of the parent directories usually from the root; the file or directoryand all parent directories are separated from one another in the path by slashes
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005
What does it mean when you dream about a path?
A quiet, spiritual walk down an unobstructed, open path signifies clarity of thought and peace of mind. A blocked and twisted path, however, means one needs to give serious attention to the direction one is taking in one’s business or personal life. The dream may imply the need for a time-out to consider the outcome and the consequences of the issues at hand.
The Dream Encyclopedia, Second Edition © 2009 Visible Ink Press®. All rights reserved.
path
[path] (computer science)
The logical sequence of instructions followed by a computer in carrying out a routine.
A series of physical or logical connections between records or segments in a database management system, generally involving the use of pointers.
(mathematics)
In a topological space, a path is a continuous curve joining two points.
In graph theory, a walk whose vertices are all distinct. Also known as simple path.
(navigation)
A line connecting a series of points and constituting a proposed or traveled route.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.
path
McGraw-Hill Dictionary of Architecture and Construction. Copyright © 2003 by McGraw-Hill Companies, Inc.
path
(networking)path
(file system)path
(operating system)The list of directories the kernel
(under
Unix) or the command interpreter (under
MS-DOS)
searches for executables. It is stored as part of the
environment in both operating systems.
Other, similar constructs abound under Unix; the
C
preprocessor, for example, uses such a search path to locate
"#include" files.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)