Package apple.foundation.enums
Class NSVolumeEnumerationOptions
- java.lang.Object
-
- apple.foundation.enums.NSVolumeEnumerationOptions
-
public final class NSVolumeEnumerationOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longProduceFileReferenceURLsThe mounted volume enumeration will produce file reference URLs rather than path-based URLs.static longSkipHiddenVolumesThe mounted volume enumeration will skip hidden volumes.
-
-
-
Field Detail
-
SkipHiddenVolumes
public static final long SkipHiddenVolumes
The mounted volume enumeration will skip hidden volumes.- See Also:
- Constant Field Values
-
ProduceFileReferenceURLs
public static final long ProduceFileReferenceURLs
The mounted volume enumeration will produce file reference URLs rather than path-based URLs.- See Also:
- Constant Field Values
-
-