We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ac0c7f + 8a8da02 commit 113dc21Copy full SHA for 113dc21
Documentation/Index.md
@@ -251,7 +251,7 @@ On OS X, you can use your app’s **Application Support** directory:
251
``` swift
252
var path = NSSearchPathForDirectoriesInDomains(
253
.applicationSupportDirectory, .userDomainMask, true
254
-).first! + Bundle.main.bundleIdentifier!
+).first! + "/" + Bundle.main.bundleIdentifier!
255
256
// create parent directory iff it doesn’t exist
257
try FileManager.default.createDirectoryAtPath(
0 commit comments