CE ÎNSEAMNĂ PATHNAME ÎN ENGLEZĂ?
Cale (calcul)
O cale, forma generală a numelui unui fișier sau a unui director, specifică o locație unică într-un sistem de fișiere. O cale indică o locație a unui sistem de fișiere, urmând ierarhia arborelui de adrese, exprimată într-un șir de caractere, în care componentele căii, separate printr-un caracter delimitator, reprezintă fiecare director. Caracterul de delimitare este, cel mai adesea, slash-ul, caracterul invers, sau colonul, deși unele sisteme de operare pot utiliza un delimitator diferit. Calele sunt folosite extensiv în domeniul informaticii pentru a reprezenta relațiile de director / fișiere comune în sistemele de operare moderne și sunt esențiale pentru construirea Uniform Resource Locators. Sistemele pot utiliza fie căi absolute fie relative. O cale completă sau o cale absolută este o cale care indică aceeași locație pe un sistem de fișiere, indiferent de directorul de lucru prezent sau căile combinate. Acesta este, de obicei, scris în legătură cu un director rădăcină. O cale relativă este o cale relativă față de directorul de lucru al utilizatorului sau al aplicației, astfel că nu va trebui să fie dată calea absolută completă.
Definiția pathname în dicționarul Engleză
Definiția denumirii de cale în dicționar este numele unui fișier sau al unui director împreună cu poziția lui în raport cu alte directoare trasate înapoi într-o linie la rădăcină; numele fișierului și fiecare dintre directoarele părinte sunt separate unul de celălalt prin tăișuri.
CĂRȚI ÎN ENGLEZĂ ÎN LEGĂTURĂ CU «PATHNAME»
Descoperă întrebuințarea
pathname în următoarea selecție bibliografică. Cărți în legătură cu
pathname și extrase din aceasta pentru a furniza contextul de întrebuințare al acestuia în literatura Engleză.
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