QUÉ SIGNIFICA PATHNAME EN INGLÉS
Ruta (computación)
Un path, la forma general del nombre de un archivo o directorio, especifica una ubicación única en un sistema de archivos. Una ruta de acceso señala una ubicación del sistema de archivos siguiendo la jerarquía del árbol de directorios expresada en una cadena de caracteres en la que los componentes de ruta, separados por un carácter delimitador, representan cada directorio. El carácter delimitador es más comúnmente la barra diagonal, el carácter de barra diagonal inversa o los dos puntos, aunque algunos sistemas operativos pueden utilizar un delimitador diferente. Los caminos se utilizan ampliamente en informática para representar las relaciones de directorio / archivo comunes en los sistemas operativos modernos y son esenciales en la construcción de localizadores de recursos uniformes. Los sistemas pueden utilizar rutas absolutas o relativas. Una ruta de acceso completa o una ruta absoluta es una ruta que apunta a la misma ubicación en un sistema de archivos independientemente del directorio de trabajo actual o rutas combinadas. Por lo general se escribe en referencia a un directorio raíz. Una ruta de acceso relativa es una ruta de acceso relativa al directorio de trabajo del usuario o la aplicación, por lo que la ruta completa absoluta no tendrá que ser dada.
definición de pathname en el diccionario inglés
La definición de pathname en el diccionario es el nombre de un archivo o directorio junto con su posición en relación con otros directorios rastreados en una línea hasta la raíz; los nombres del archivo y cada uno de los directorios principales están separados uno de otro por barras.
PALABRAS DEL INGLÉS RELACIONADAS CON «PATHNAME»
pathname ·
javascript ·
unix ·
expansion ·
relative ·
absolute ·
java ·
abstract ·
path ·
general ·
form ·
name ·
file ·
directory ·
specifies ·
unique ·
location ·
system ·
points ·
following ·
tree ·
hierarchy ·
expressed ·
string ·
characters ·
which ·
components ·
separated ·
delimiting ·
class ·
ruby ·
pathname ·
represents ·
locates ·
filesystem ·
depends ·
windows ·
library ·
works ·
with ·
what ·
word ·
from ·
webopedia ·
sequence ·
symbols ·
names ·
identifies ·
every ·
called ·
filename ·
simplest ·
type ·
just ·
standard ·
detailed ·
specifications ·
other ·
documents ·
resources ·
links ·
related ·
sitepoint ·
treasure ·
trove ·
useful ·
classes ·
certainly ·
them ·
introduced ·
property ·
schools ·
usage ·
sets ·
returns ·
chrome ·
safari ·
supported ·
major ·
browsers ·
define ·
indicating ·
particular ·
hierarchical ·
more ·
clhs ·
description ·
structured ·
object ·
there ·
kinds ·
pathnames ·
physical ·
logical ·
transact ·
msdn ·
microsoft ·
requesting ·
column ·
data ·
varbinary ·
does ·
have ·
filestream ·
storage ·
attribute ·
cause ·
function ·
lispworks ·
pathspec ·
designator ·
stream ·
open ·
closed ·
both ·
cases ·
returned ·
corresponds ·
functions ·
converts ·
argument ·
symbol ·
result ·
always ·
resolution ·
10 LIBROS DEL INGLÉS RELACIONADOS CON «PATHNAME»
Descubre el uso de
pathname en la siguiente selección bibliográfica. Libros relacionados con
pathname y pequeños extractos de los mismos para contextualizar su uso en la literatura.
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