1,885
edits
Changes
→Pathnames
== Pathnames ==
A ''pathname'' is a filename that includes information about the directory in which the file is stored. (Sometime pathnames are simply called filenames!). There are three types of pathnames:
=== Absolute Pathname ===
\Users\kim\Downloads\example.txt
Relative pathnames are often the shortest form of pathname, but the meaning of a relative pathname changes based on the current working directory.