Answers for "relative path and absolute path"

7

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

Code answers related to "relative path and absolute path"

Browse Popular Code Answers by Language