Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSFileManagerMBS class.
NSFileManagerMBS.NSDirectoryEnumerationSkipsHiddenFiles = 4
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
Do not enumerate hidden files.
Available in Mac OS X v10.6 and later.
NSFileManagerMBS.NSDirectoryEnumerationSkipsPackageDescendants = 2
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
Do not descend into packages.
Available in Mac OS X v10.6 and later.
NSFileManagerMBS.NSDirectoryEnumerationSkipsSubdirectoryDescendants = 1
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
Perform a shallow enumeration; do not descend into directories.
Available in Mac OS X v10.6 and later.
NSFileManagerMBS.NSFileManagerItemReplacementUsingNewMetadataOnly = 1
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
Causes NSFileManagerItemReplacementWithoutDeletingBackupItem to use metadata from the new item only and not to attempt to preserve metadata from the original item.
Available in Mac OS X v10.6 and later.
NSFileManagerMBS.NSFileManagerItemReplacementWithoutDeletingBackupItem = 2
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
Causes NSFileManagerItemReplacementWithoutDeletingBackupItem to leave the backup item in place after a successful replacement. The default behavior is to remove the item.
Available in Mac OS X v10.6 and later.
NSFileManagerMBS.NSVolumeEnumerationProduceFileReferenceURLs = 4
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
The enumeration produces file reference URLs rather than path-based URLs.
Available in Mac OS X v10.6 and later.
NSFileManagerMBS.NSVolumeEnumerationSkipHiddenVolumes = 2
Type | Topic | Plugin | Version |
const | iCloud | MBS MacCocoa Plugin | 11.3 |
The enumeration skips hidden volumes.
Available in Mac OS X v10.6 and later.
The items on this page are in the following plugins: MBS MacCocoa Plugin.