Created
May 3, 2017 10:14
-
-
Save tonystaark/54f5c3e3956c0f7ac281c1bf9fa0faec to your computer and use it in GitHub Desktop.
HTML file path location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ means the root of the current drive; | |
./ means the current directory; | |
../ means the parent of the current directory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment