Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created January 9, 2023 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/f481503677869e50d18e6fa3c532a8fd to your computer and use it in GitHub Desktop.
Save laevandus/f481503677869e50d18e6fa3c532a8fd to your computer and use it in GitHub Desktop.
let url = try FileManager.default.url(for: .documentDirectory,
in: .userDomainMask,
appropriateFor: nil,
create: false)
// vs
let url2 = URL.documentsDirectory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment