mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04: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”).