⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

== Things to watch for ==

If anyone's writing a solution, be aware that not every directory contains ... Root directories don't and they can be empty (except for .). Good solutions will take care of this case (which admittedly is only practically going to happen on Windows; Unix has a single root and that's unlikely to ever be empty in practice given that you're running some code at all). –[[User:Dkf|Donal Fellows]] 10:34, 3 January 2012 (UTC)

:Every root directory I have ever seen contains .. -- in root directories, .. and . are the same. --[[User:Rdm|Rdm]] 18:25, 3 January 2012 (UTC)