Answers for "example of a relative path"

18

relative path

/   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
Posted by: Guest on March-26-2020
0

relative path

path/to/file.php
Posted by: Guest on April-08-2022

Browse Popular Code Answers by Language