Download the app
educalingo
pathname

Meaning of "pathname" in the English dictionary

DICTIONARY

PRONUNCIATION OF PATHNAME

ˈpɑːθˌneɪm


GRAMMATICAL CATEGORY OF PATHNAME

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation
Pathname is a noun.
A noun is a type of word the meaning of which determines reality. Nouns provide the names for all things: people, objects, sensations, feelings, etc.

WHAT DOES PATHNAME MEAN IN ENGLISH?

Path (computing)

A path, the general form of the name of a file or directory, specifies a unique location in a file system. A path points to a file system location by following the directory tree hierarchy expressed in a string of characters in which path components, separated by a delimiting character, represent each directory. The delimiting character is most commonly the slash, the backslash character, or colon, though some operating systems may use a different delimiter. Paths are used extensively in computer science to represent the directory/file relationships common in modern operating systems, and are essential in the construction of Uniform Resource Locators. Systems can use either absolute or relative paths. A full path or absolute path is a path that points to the same location on one file system regardless of the present working directory or combined paths. It is usually written in reference to a root directory. A relative path is a path relative to the working directory of the user or application, so the full absolute path will not have to be given.

Definition of pathname in the English dictionary

The definition of pathname in the dictionary is the name of a file or directory together with its position in relation to other directories traced back in a line to the root; the names of the file and each of the parent directories are separated from one another by slashes.

WORDS THAT RHYME WITH PATHNAME

agname · birthname · byname · code-name · filename · first-name · forename · jobname · name · nickname · outname · overname · prename · rename · sirname · surname · username · what´s-her-name · what´s-its-name · whatsitsname

WORDS THAT BEGIN LIKE PATHNAME

pathetic · pathetic fallacy · pathetical · pathetically · pathfinder · pathfinder prospectus · pathfinding · pathic · pathless · pathlessness · pathobiology · pathogen · pathogene · pathogenesis · pathogenetic · pathogenic · pathogenicity · pathogenous · pathogeny · pathognomonic

WORDS THAT END LIKE PATHNAME

assumed name · big name · brand name · code name · domain name · family name · file name · first name · full name · given name · good name · household name · last name · maiden name · middle name · place name · screen name · Suriname · to-name · trade name

Synonyms and antonyms of pathname in the English dictionary of synonyms

SYNONYMS

Translation of «pathname» into 25 languages

TRANSLATOR

TRANSLATION OF PATHNAME

Find out the translation of pathname to 25 languages with our English multilingual translator.

The translations of pathname from English to other languages presented in this section have been obtained through automatic statistical translation; where the essential translation unit is the word «pathname» in English.
zh

Translator English - Chinese

路径
1,325 millions of speakers
es

Translator English - Spanish

ruta
570 millions of speakers
en

English

pathname
510 millions of speakers
hi

Translator English - Hindi

पथ
380 millions of speakers
ar

Translator English - Arabic

مسار
280 millions of speakers
ru

Translator English - Russian

путь
278 millions of speakers
pt

Translator English - Portuguese

caminho
270 millions of speakers
bn

Translator English - Bengali

পথহীন
260 millions of speakers
fr

Translator English - French

chemin
220 millions of speakers
ms

Translator English - Malay

Tanpa jalan
190 millions of speakers
de

Translator English - German

Pfadnamen
180 millions of speakers
ja

Translator English - Japanese

パス名
130 millions of speakers
ko

Translator English - Korean

경로 이름
85 millions of speakers
jv

Translator English - Javanese

Pathless
85 millions of speakers
vi

Translator English - Vietnamese

tên đường dẫn
80 millions of speakers
ta

Translator English - Tamil

பாதை அற்ற
75 millions of speakers
mr

Translator English - Marathi

मार्गरहित
75 millions of speakers
tr

Translator English - Turkish

geçilmez
70 millions of speakers
it

Translator English - Italian

percorso
65 millions of speakers
pl

Translator English - Polish

ścieżka
50 millions of speakers
uk

Translator English - Ukrainian

шлях
40 millions of speakers
ro

Translator English - Romanian

nume de cale
30 millions of speakers
el

Translator English - Greek

όνομα_διαδρομής
15 millions of speakers
af

Translator English - Afrikaans

padnaam
14 millions of speakers
sv

Translator English - Swedish

sökvägsnamn
10 millions of speakers
no

Translator English - Norwegian

banenavn
5 millions of speakers

Trends of use of pathname

TRENDS

TENDENCIES OF USE OF THE TERM «PATHNAME»

Principal search tendencies and common uses of pathname
List of principal searches undertaken by users to access our English online dictionary and most widely used expressions with the word «pathname».

Examples of use in the English literature, quotes and news about pathname

EXAMPLES

10 ENGLISH BOOKS RELATING TO «PATHNAME»

Discover the use of pathname in the following bibliographical selection. Books relating to pathname and brief extracts from same to provide context of its use in English literature.
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
4
Learning Red Hat Linux
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 (/).
Bill McCarty, 2003
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 ...
Jeff Friesen, 2014
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 ...
Guy L. Steele, 1990
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
8
Jython Essentials
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 ...
Dan Gookin, 2007
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
REFERENCE
« EDUCALINGO. Pathname [online]. Available <https://educalingo.com/en/dic-en/pathname>. Jun 2026 ».
Download the educalingo app
EN