Examples of using Pathname in English and their translations into Vietnamese
{-}
-
Computer
-
Colloquial
-
Ecclesiastic
T%s-R pathname.
If pathname is omitted, class is required.
T%s acl pathname.
T%s-l pathname…\t[not IRIX compatible].
Compares this abstract pathname to another object.
Returns the length of the file denoted by this abstract pathname.
P- indicates the pathname to start searching.
Returns the name of the file or directory denoted by this abstract pathname.
FullName Full pathname of the file or directory.
A zero-length string("") is returned if pathname is not found.
A pathname that begins with a slash is called an absolute pathname; otherwise, it's called a relative pathname.
Tests whether this abstract pathname is absolute.
The position of any file within the hierarchy is described by its pathname.
Converts this abstract pathname into a pathname string.
Tests whether the file or directory denoted by this abstract pathname exists.
True if and only if the file specified by this abstract pathname exists and can be read by the application; false otherwise.
Tests whether the application can modify to the file denoted by this abstract pathname.
True if and only if the file denoted by this abstract pathname exists and is a directory; false otherwise.
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
Tests whether the file denoted by this abstract pathname is a directory.
String The pathname string of the parent directory named by this abstract pathname, or null if this pathname does not name a parent.
Note that there is also a fast symbolic link for pathname size up to 64 bytes.
Returns an array of abstract pathnames denoting the files anddirectories in the directory denoted by this abstract pathname that satisfy the specified filter.
Returns true if and only if the argument is not null and is an abstract pathname that denotes the same file or directory as this abstract pathname.
The pathname/usr/lib/lint is an absolute pathname that refers to the file or directory lint in the directory lib, in the directory usr, which is in the root directory.
True if and only if the file systemactually contains a file denoted by this abstract pathname and the application is allowed to write to the file; false otherwise.
To use a command on a file(or directory) not in the current working directory(the directory you are currently in), you must either cd to the correct directory,or specify its full pathname.