ЧТО ОЗНАЧАЕТ СЛОВО PATHNAME
Путь (вычисление)
Путь, общий вид имени файла или каталога, указывает уникальное местоположение в файловой системе. Путь указывает на местоположение файловой системы, следуя иерархии дерева каталогов, выраженной в строке символов, в которой компоненты пути, разделенные разделительным символом, представляют каждый каталог. Символом разграничения чаще всего являются косая черта, символ обратной косой черты или двоеточие, хотя в некоторых операционных системах может использоваться другой разделитель. Пути широко используются в информатике для представления общих отношений между каталогом и файлами в современных операционных системах и имеют важное значение для построения Uniform Resource Locators. Системы могут использовать либо абсолютные, либо относительные пути. Полный путь или абсолютный путь - это путь, который указывает на одно и то же местоположение в одной файловой системе независимо от текущего рабочего каталога или комбинированных путей. Обычно это делается в отношении корневого каталога. Относительный путь - это путь к рабочему каталогу пользователя или приложения, поэтому полный абсолютный путь не нужно указывать.
Значение слова pathname в словаре английский языка
Определение имени пути в словаре - это имя файла или каталога вместе с его положением относительно других каталогов, прослеживаемых в строке до корня; имена файла и каждого из родительских каталогов отделены друг от друга с помощью косой черты.
КНИГИ НА АНГЛИЙСКИЙ ЯЗЫКЕ, ИМЕЮЩЕЕ ОТНОШЕНИЕ К СЛОВУ «PATHNAME»
Поиск случаев использования слова
pathname в следующих библиографических источниках. Книги, относящиеся к слову
pathname, и краткие выдержки из этих книг для получения представления о контексте использования этого слова в литературе на английский языке.
1
Understanding the Linux Kernel
When a process must act on a file, it passes its file pathname to some VFS
system call, such as open(), mkdir( ), rename( ),orstat(). In this section, we
illustrate how the VFS performs a pathname lookup, that is, how it derives an
inode from the ...
Daniel P. Bovet, Marco Cesati,
2005
2
A Practical Guide to UNIX for Mac OS X Users
For example, the UNIX-style pathname /Volumes/Images/backups equates to the
Carbon-style pathname Images:backups. Know which kind of pathname you are
using caution If you enter a UNIX pathname when a Carbon pathname is ...
Mark G. Sobell, Peter Seebach,
2005
3
Sams Teach Yourself Shell Programming in 24 Hours
How do I determine the absolute pathname of a directory? Shell scripts that work
with directories often need to determine the absolute pathname of a directory to
perform the correct operations on these directories. You can determine the ...
Sriranga Veeraraghavan,
2002
There are two kinds of pathnames: absolute and relative. The absolute pathname
of a directory traces the location of the directory beginning at the root directory;
you form the pathname as a list of directories, separated by forward slashes (/).
5
Learn Java for Android Development
(continued) Method Description String getCanonicalPath() String getName()
String getParent() File getParentFile() String getPath() boolean isAbsolute()
String toString() Returns the canonical pathname string of this File object's
abstract ...
6
COMMON LISP: The Language
Once the user has created and executed a suitable setf form for setting the logical
-pathname-translations of the relevant logical host, the software can be loaded
and run. It may be necessary to use the translations again, or on another ...
7
UNIX Network Programming
The pathname associated with a Unix domain socket should be an absolute
pathname, not a relative pathname. The reason to avoid the latter is that its
resolution depends on the current working directory of the caller. That is, if the
server binds ...
W. Richard Stevens, Bill Fenner, Andrew M. Rudoff,
2004
File(pathname).absolutePath rather than the Java (new File(pathname)).
getAbsolutePath( ). abspath(pathname) Returns the absolute path of pathname,
equivalent to java.io. File(pathname).absolutePath. >>> os.path.abspath('fred') ...
Samuele Pedroni, Noel Rappin,
2002
9
Find Gold in Windows Vista
pathname is a full address for a file, specifying its exact location in your computer
system. A pathname is similar to a Web page address in that it defines an exact
location. For advanced users, typing a pathname is sometimes quicker than ...
10
Learning the Unix Operating System: A Concise Guide for the ...
You can also locate a file or directory with a relative pathname. A relative
pathname gives the location relative to your working directory. Unless you use an
absolute pathname (starting with a slash), Unix assumes that you're using a
relative ...
Jerry Peek, Grace Todino, John Strang,
2002