mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
The function could fail if the directory was created after the function had tested that it didn’t exist, as the mkdir() would then fail (with “Already Exists”).