It’s quite easy actually, once you know the answer…
1 2 3 |
let paths = NSSearchPathForDirectoriesInDomains(.ApplicationSupportDirectory, .UserDomainMask, true) let appSupportDir = paths[0] |
It’s quite easy actually, once you know the answer…
1 2 3 |
let paths = NSSearchPathForDirectoriesInDomains(.ApplicationSupportDirectory, .UserDomainMask, true) let appSupportDir = paths[0] |