I logged in to macOS with my localization language.
try to perform following code. but always get "Documents".
What do I miss?
Apple Swift version 5.2.4
macOS 10.15.6
Xcode 11.6
code
let paths = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)
if paths.count > 0 {
let doc = FileManager().displayName(atPath: paths[0])
print(doc)
}
result
Documents
Selecting any option will automatically load the page