/
Understanding File paths
Understanding File paths
File paths are an important part of understanding computer software. Here are several types of paths we encounter:
../
This means go up one directory.
./
This means select the current directory.
Relative
The file path is defined “relative” to our current directory
i.e. ../life/index.html would resolve to /users/eliot/life/index.html
Absolute
The file path is specified from the root of the file system.
The concept of understanding paths is important when you are:
, multiple selections available,
Related content
Understanding search paths
Understanding search paths
More like this
Use local relative filepaths for resources
Use local relative filepaths for resources
More like this
Working Directory
Working Directory
More like this
How do I navigate the file system in the command prompt?
How do I navigate the file system in the command prompt?
More like this
How can I delete a file or directory?
How can I delete a file or directory?
More like this
Escape sequences
Escape sequences
Read with this