Advertisement
McFamous

Untitled

Apr 6th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. private func getDirectory(ofType directory: FileManager.SearchPathDirectory) -> String? {
  2. let paths = NSSearchPathForDirectoriesInDomains(
  3. directory,
  4. FileManager.SearchPathDomainMask.userDomainMask,
  5. true)
  6. return paths.first
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement