Two default directories made on DOS
Whenver we make a dir in DOS , there are two directories created by default with the name
.
And
..
What does this signify??
Is it related to.. in cd..
Please Help
Tks
Re: two default directories made on DOS
. Refers to the current directory
.. refers to the directory that contains the current directory
For example, cd.. will take you up one level to the directory that contains the directory you are currently in.
Cd . Will just take you to the directory you are currently in.
~psi42