mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
We call `fileURL` here but the method doesn't actually exists (it's actually a property with the getter `isFileURL`). The URLs we obtain from NSOpenPanel are paths so it's probably safe to get the path without checking if it's a proper file URL.