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
One of the option constants for enumerating the contents of directories with the contentsOfDirectoryAtURL method.

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
One of the option constants for enumerating the contents of directories with the contentsOfDirectoryAtURL method.

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
One of the option constants for enumerating the contents of directories with the contentsOfDirectoryAtURL method.

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
One of the options constants to specify the replacement behavior in NSFileManagerItemReplacementWithoutDeletingBackupItem.

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
One of the options constants to specify the replacement behavior in NSFileManagerItemReplacementWithoutDeletingBackupItem.

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
One of the option constants for enumerating mounted volumes with the mountedVolumeURLsIncludingResourceValuesForKeys method.

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
One of the option constants for enumerating mounted volumes with the mountedVolumeURLsIncludingResourceValuesForKeys method.

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.


The biggest plugin in space...