You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Foundation/NSFileManager.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public class FileManager: NSObject {
70
70
71
71
/* Returns the default singleton instance.
72
72
*/
73
-
publicstaticletdefault=FileManager()
73
+
publicstaticlet`default`=FileManager()
74
74
75
75
/* Returns an NSArray of NSURLs locating the mounted volumes available on the computer. The property keys that can be requested are available in NSURL.
0 commit comments