QUE SIGNIFIE PATHNAME EN ANGLAIS
Chemin d'accès (informatique)
Un chemin d'accès, la forme générale du nom d'un fichier ou d'un répertoire, spécifie un emplacement unique dans un système de fichiers. Un chemin d'accès pointe vers un emplacement du système de fichiers en suivant la hiérarchie de l'arborescence des répertoires exprimée dans une chaîne de caractères dans laquelle les composants du chemin, séparés par un caractère délimitant, représentent chaque répertoire. Le caractère de délimitation est le plus souvent le slash, le caractère de barre oblique inverse ou le colon, bien que certains systèmes d'exploitation puissent utiliser un autre délimiteur. Les chemins sont largement utilisés en informatique pour représenter les relations répertoire / fichier communes dans les systèmes d'exploitation modernes et sont essentiels dans la construction de Localizateurs de ressources uniformes. Les systèmes peuvent utiliser des chemins absolus ou relatifs. Un chemin d'accès complet ou un chemin absolu est un chemin qui pointe vers le même emplacement sur un système de fichiers indépendamment du répertoire de travail actuel ou des chemins combinés. Il est généralement écrit en référence à un répertoire racine. Un chemin relatif est un chemin relatif au répertoire de travail de l'utilisateur ou de l'application, de sorte que le chemin absolu complet ne doit pas être donné.
définition de pathname dans le dictionnaire anglais
La définition de pathname dans le dictionnaire est le nom d'un fichier ou d'un répertoire ainsi que sa position par rapport à d'autres répertoires remontés dans une ligne à la racine; les noms du fichier et chacun des répertoires parents sont séparés les uns des autres par des barres obliques.
MOTS EN ANGLAIS EN RAPPORT AVEC «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 ·
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 ·
group ·
uppercase ·
lowercase ·
letters ·
10 LIVRES EN ANGLAIS EN RAPPORT AVEC «PATHNAME»
Découvrez l'usage de
pathname dans la sélection bibliographique suivante. Des livres en rapport avec
pathname et de courts extraits de ceux-ci pour replacer dans son contexte son utilisation littéraire.
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