APAKAH MAKSUD PATHNAME dalam CORSICA?
Jalan (pengkomputeran)
Jalan, bentuk umum nama fail atau direktori, menentukan lokasi unik dalam sistem fail. Titik laluan ke lokasi sistem fail dengan mengikuti hierarki pokok direktori yang dinyatakan dalam rentetan aksara di mana komponen jalan, dipisahkan oleh watak pembatas, mewakili setiap direktori. Watak pembatas paling umum ialah garis miring, watak lari belakang atau kolon, walaupun beberapa sistem operasi mungkin menggunakan pembatas yang berbeza. Laluan digunakan secara meluas dalam sains komputer untuk mewakili hubungan / hubungan fail yang biasa dalam sistem operasi moden, dan penting dalam pembinaan Locator Sumber Seragam. Sistem boleh menggunakan laluan mutlak atau relatif. Jalan penuh atau laluan mutlak adalah jalan yang menunjuk ke lokasi yang sama pada satu sistem fail tanpa mengira direktori kerja semasa atau jalan gabungan. Ia biasanya ditulis sebagai merujuk kepada direktori root. Laluan relatif adalah laluan relatif kepada direktori pengguna atau aplikasi yang berfungsi, jadi jalan mutlak penuh tidak perlu diberikan.
Definisi pathname dalam kamus Corsica
Takrif nama laluan dalam kamus adalah nama fail atau direktori bersama dengan kedudukannya berhubung dengan direktori lain yang ditelusuri kembali ke baris ke akar; nama fail dan setiap direktori induk dipisahkan dari satu sama lain dengan slashes.
CORSICA BUKU YANG BERKAIT DENGAN «PATHNAME»
Ketahui penggunaan
pathname dalam pilihan bibliografi berikut. Buku yang berkait dengan
pathname dan ekstrak ringkas dari yang sama untuk menyediakan konteks penggunaannya dalam kesusasteraan Corsica.
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