New
#1
CMD Dir command, how count number of folders?
Hi,
if I use dir command in CMD, it shows 2 dirs even is that dir empty (if is not root directory). So I think "." and ".." is counted as dir too. Is that right? So anytime if I want check number of dirs in any folder (except root folder) I have to deduct 2. Is that correct?
Thanks.