diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /doc/paths.txt | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
Diffstat (limited to 'doc/paths.txt')
| -rw-r--r-- | doc/paths.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/paths.txt b/doc/paths.txt new file mode 100644 index 0000000..1c667d9 --- /dev/null +++ b/doc/paths.txt @@ -0,0 +1,6 @@ +Here is all you need to know about relative file paths: + +- Starting with "/" returns to the root directory and starts there +- Starting with "../" moves one directory backwards and starts there +- Starting with "../../" moves two directories backwards and starts there (and so on...) +- To move forward, just start with the first subdirectory and keep moving forward
\ No newline at end of file |