Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 303 Bytes

path.md

File metadata and controls

13 lines (12 loc) · 303 Bytes

Absolute Path==Full path

/home/user/documents/file.txt
  • Starts With /
  • Start from the root of the computer

Relative path== From the current file

documents/file.txt

  • Starts with the current working directory
  • ./=current Directory
  • ../=parent Directory of the current directory