영어에서 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