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/FileManager.swift
+59-3Lines changed: 59 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,66 @@ open class FileManager : NSObject {
32
32
}
33
33
}
34
34
35
-
/* Returns an NSArray of NSURLs locating the mounted volumes available on the computer. The property keys that can be requested are available in NSURL.
36
-
*/
35
+
/// Returns an array of URLs that identify the mounted volumes available on the device.
0 commit comments