MonobjcMonobjc Documented Class Library
NSFileManager Class
NamespacesMonobjc.FoundationNSFileManager

[Missing <summary> documentation for "T:Monobjc.Foundation.NSFileManager"]

Declaration Syntax
C#Visual BasicVisual C++
public class NSFileManager : NSObject
Public Class NSFileManager _
	Inherits NSObject
public ref class NSFileManager : public NSObject
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
NSFileManager()()()()
Initializes a new instance of the NSFileManager class.

NSFileManager(IntPtr)
Initializes a new instance of the NSFileManager class.

NSFileManager(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSFileManager class.

AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AttributesOfFileSystemForPathError(NSString, NSError%)

Returns a dictionary that describes the attributes of the mounted file system on which a given path resides.

Original signature is '- (NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


AttributesOfItemAtPathError(NSString, NSError%)

Returns the attributes of the item at a given path.

Original signature is '- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
ChangeCurrentDirectoryPath(NSString)

Changes the path of the current directory for the current process to a given path.

Original signature is '- (BOOL)changeCurrentDirectoryPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


ChangeFileAttributesAtPath(NSDictionary, NSString) Obsolete.

Changes the attributes of a given file or directory. (Deprecated in Mac OS X v10.5. Use setAttributes:ofItemAtPath:error: instead.)

Original signature is '- (BOOL)changeFileAttributes:(NSDictionary *)attributes atPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ComponentsToDisplayForPath(NSString)

Returns an array of NSString objects representing the user-visible components of a given path.

Original signature is '- (NSArray *)componentsToDisplayForPath:(NSString *)path'

Available in Mac OS X v10.2 and later.


ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ContentsAtPath(NSString)

Returns as an NSData object the contents of the file at at given path.

Original signature is '- (NSData *)contentsAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


ContentsEqualAtPathAndPath(NSString, NSString)

Returns a Boolean value that indicates whether the files or directories in specified paths have the same contents.

Original signature is '- (BOOL)contentsEqualAtPath:(NSString *)path1 andPath:(NSString *)path2'

Available in Mac OS X v10.0 and later.


ContentsOfDirectoryAtPathError(NSString, NSError%)

Returns the directories and files (including symbolic links) contained in a given directory.

Original signature is '- (NSArray *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


ContentsOfDirectoryAtURLIncludingPropertiesForKeysOptionsError(NSURL, NSArray, NSDirectoryEnumerationOptions, NSError%)

Returns the contents of a directory.

Original signature is '- (NSArray *)contentsOfDirectoryAtURL:(NSURL *)url includingPropertiesForKeys:(NSArray *)keys options:(NSDirectoryEnumerationOptions)mask error:(NSError **)error'

Available in Mac OS X v10.6 and later.


Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyItemAtPathToPathError(NSString, NSString, NSError%)

Copies the directory or file specified in a given path to a different location in the file system identified by another path.

Original signature is '- (BOOL)copyItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error'

Available in Mac OS X v10.5 and later.


CopyItemAtURLToURLError(NSURL, NSURL, NSError%)

Copies the directory or file specified in a given URL to a different location in the file system identified by another URL.

Original signature is '- (BOOL)copyItemAtURL:(NSURL *)srcURL toURL:(NSURL *)dstURL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


CopyPathToPathHandler(NSString, NSString, Id) Obsolete.

Copies the directory or file specified in a given path to a different location in the file system identified by another path. (Deprecated in Mac OS X v10.5. Use copyItemAtPath:toPath:error: instead.)

Original signature is '- (BOOL)copyPath:(NSString *)source toPath:(NSString *)destination handler:(id)handler'

Available in Mac OS X v10.0 and later.


CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CreateDirectoryAtPathAttributes(NSString, NSDictionary) Obsolete.

Creates a directory (without contents) at a given path with given attributes. (Deprecated in Mac OS X v10.5. Use createDirectoryAtPath:withIntermediateDirectories:attributes:error: instead.)

Original signature is '- (BOOL)createDirectoryAtPath:(NSString *)path attributes:(NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.


CreateDirectoryAtPathWithIntermediateDirectoriesAttributesError(NSString, Boolean, NSDictionary, NSError%)

Creates a directory with given attributes at a specified path.

Original signature is '- (BOOL)createDirectoryAtPath:(NSString *)path withIntermediateDirectories:(BOOL)createIntermediates attributes:(NSDictionary *)attributes error:(NSError **)error'

Available in Mac OS X v10.5 and later.


CreateFileAtPathContentsAttributes(NSString, NSData, NSDictionary)

Creates a file at a given path that has given attributes and contents.

Original signature is '- (BOOL)createFileAtPath:(NSString *)path contents:(NSData *)contents attributes:(NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.


CreateSymbolicLinkAtPathPathContent(NSString, NSString) Obsolete.

Creates a symbolic link identified by a given path that refers to a given location. (Deprecated in Mac OS X v10.5. Use createSymbolicLinkAtPath:withDestinationPath:error: instead.)

Original signature is '- (BOOL)createSymbolicLinkAtPath:(NSString *)path pathContent:(NSString *)otherPath'

Available in Mac OS X v10.0 and later.


CreateSymbolicLinkAtPathWithDestinationPathError(NSString, NSString, NSError%)

Creates a symbolic link identified by a given path that refers to a given location.

Original signature is '- (BOOL)createSymbolicLinkAtPath:(NSString *)path withDestinationPath:(NSString *)destPath error:(NSError **)error'

Available in Mac OS X v10.5 and later.


CurrentDirectoryPath

Returns the path of the program’s current directory.

Original signature is '- (NSString *)currentDirectoryPath'

Available in Mac OS X v10.0 and later.


Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DefaultManager

Returns the default NSFileManager object for the file system.

Original signature is '+ (NSFileManager *)defaultManager'

Available in Mac OS X v10.0 and later.


Delegate

Returns the delegate for the receiver.

Original signature is '- (id)delegate'

Available in Mac OS X v10.5 and later.


Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DestinationOfSymbolicLinkAtPathError(NSString, NSError%)

Returns the path of the item pointed to by a symbolic link.

Original signature is '- (NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DirectoryContentsAtPath(NSString) Obsolete.

Returns the directories and files (including symbolic links) contained in a given directory. (Deprecated in Mac OS X v10.5. Use contentsOfDirectoryAtPath:error: instead.)

Original signature is '- (NSArray *)directoryContentsAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


DisplayNameAtPath(NSString)

Returns the name of the file or directory at a given path in a localized form appropriate for presentation to the user.

Original signature is '- (NSString *)displayNameAtPath:(NSString *)path'

Available in Mac OS X v10.1 and later.


Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
EnumeratorAtPath(NSString)

Creates and returns an NSDirectoryEnumerator object that enumerates the contents of the directory at a given path.

Original signature is '- (NSDirectoryEnumerator *)enumeratorAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


EnumeratorAtURLIncludingPropertiesForKeysOptionsErrorHandler(NSURL, NSArray, NSDirectoryEnumerationOptions, Func<(Of <<'(NSURL, NSError, Boolean>)>>))

Creates and returns a directory enumerator object that enumerates the contents of the directory at a given URL.

Original signature is '- (NSDirectoryEnumerator *)enumeratorAtURL:(NSURL *)url includingPropertiesForKeys:(NSArray *)keys options:(NSDirectoryEnumerationOptions)mask errorHandler:(BOOL (^)(NSURL *url, NSError *error))handler'

Available in Mac OS X v10.6 and later.


Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
FileAttributesAtPathTraverseLink(NSString, Boolean) Obsolete.

Returns a dictionary that describes the POSIX attributes of the file specified at a given. (Deprecated in Mac OS X v10.5. Use attributesOfItemAtPath:error: instead.)

Original signature is '- (NSDictionary *)fileAttributesAtPath:(NSString *)path traverseLink:(BOOL)flag'

Available in Mac OS X v10.0 and later.


FileExistsAtPath(NSString)

Returns a Boolean value that indicates whether a file or directory exists at a specified path.

Original signature is '- (BOOL)fileExistsAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


FileExistsAtPathIsDirectory(NSString, Boolean%)

Returns a Boolean value that indicates whether a file or directory exists at a specified path.

Original signature is '- (BOOL)fileExistsAtPath:(NSString *)path isDirectory:(BOOL *)isDirectory'

Available in Mac OS X v10.0 and later.


FileSystemAttributesAtPath(NSString) Obsolete.

Returns a dictionary that describes the attributes of the mounted file system on which a given path resides. (Deprecated in Mac OS X v10.5. Use attributesOfFileSystemForPath:error: instead.)

Original signature is '- (NSDictionary *)fileSystemAttributesAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


FileSystemRepresentationWithPath(NSString)

Returns a C-string representation of a given path that properly encodes Unicode strings for use by the file system.

Original signature is '- (const char *)fileSystemRepresentationWithPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsDeletableFileAtPath(NSString)

Returns a Boolean value that indicates whether the invoking object appears able to delete a specified file.

Original signature is '- (BOOL)isDeletableFileAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsExecutableFileAtPath(NSString)

Returns a Boolean value that indicates whether the operating system appears able to execute a specified file.

Original signature is '- (BOOL)isExecutableFileAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsReadableFileAtPath(NSString)

Returns a Boolean value that indicates whether the invoking object appears able to read a specified file.

Original signature is '- (BOOL)isReadableFileAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


IsWritableFileAtPath(NSString)

Returns a Boolean value that indicates whether the invoking object appears able to write to a specified file.

Original signature is '- (BOOL)isWritableFileAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


LinkItemAtPathToPathError(NSString, NSString, NSError%)

Creates a hard link from a source to a destination identified by a path.

Original signature is '- (BOOL)linkItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error'

Available in Mac OS X v10.5 and later.


LinkItemAtURLToURLError(NSURL, NSURL, NSError%)

Creates a hard link from a source to a destination identified by a URL.

Original signature is '- (BOOL)linkItemAtURL:(NSURL *)srcURL toURL:(NSURL *)dstURL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


LinkPathToPathHandler(NSString, NSString, Id) Obsolete.

Creates a link from a source to a destination. (Deprecated in Mac OS X v10.5. Use linkItemAtPath:toPath:error: instead.)

Original signature is '- (BOOL)linkPath:(NSString *)source toPath:(NSString *)destination handler:(id)handler'

Available in Mac OS X v10.0 and later.


MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MountedVolumeURLsIncludingResourceValuesForKeysOptions(NSArray, NSVolumeEnumerationOptions)

Returns the mounted volumes available on the computer.

Original signature is '- (NSArray *)mountedVolumeURLsIncludingResourceValuesForKeys:(NSArray *)propertyKeys options:(NSVolumeEnumerationOptions)options'

Available in Mac OS X v10.6 and later.


MoveItemAtPathToPathError(NSString, NSString, NSError%)

Moves the directory or file specified by a given path to a different location in the file system identified by another path.

Original signature is '- (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error'

Available in Mac OS X v10.5 and later.


MoveItemAtURLToURLError(NSURL, NSURL, NSError%)

Moves the directory or file specified by a given URL to a different location in the file system identified by another URL.

Original signature is '- (BOOL)moveItemAtURL:(NSURL *)srcURL toURL:(NSURL *)dstURL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


MovePathToPathHandler(NSString, NSString, Id) Obsolete.

Moves the directory or file specified by a given path to a different location in the file system identified by another path. (Deprecated in Mac OS X v10.5. Use moveItemAtPath:toPath:error: instead.)

Original signature is '- (BOOL)movePath:(NSString *)source toPath:(NSString *)destination handler:(id)handler'

Available in Mac OS X v10.0 and later.


MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
NSFileAppendOnly

The key in a file attribute dictionary whose value indicates whether the file is read-only.

The corresponding value is an NSNumber object containing a Boolean value.

Available in Mac OS X v10.2 and later.


NSFileBusy

The key in a file attribute dictionary whose value indicates whether the file is busy.

The corresponding value is an NSNumber object containing a Boolean value.

Available in Mac OS X v10.4 and later.


NSFileCreationDate

The key in a file attribute dictionary whose value indicates the file's creation date.

The corresponding value is an NSDate object.

Available in Mac OS X v10.2 and later.


NSFileDeviceIdentifier

The key in a file attribute dictionary whose value indicates the identifier for the device on which the file resides.

The corresponding value is an NSNumber object containing an unsigned long.

Available in Mac OS X v10.0 and later.


NSFileExtensionHidden

The key in a file attribute dictionary whose value indicates whether the file's extension is hidden.

The corresponding value is an NSNumber object containing a Boolean value.

Available in Mac OS X v10.1 and later.


NSFileGroupOwnerAccountID

The key in a file attribute dictionary whose value indicates the file's group ID.

The corresponding value is an NSNumber object containing an unsigned long.

Available in Mac OS X v10.2 and later.


NSFileGroupOwnerAccountName

The key in a file attribute dictionary whose value indicates the group name of the file's owner.

The corresponding value is an NSString object.

Available in Mac OS X v10.0 and later.


NSFileHFSCreatorCode

The key in a file attribute dictionary whose value indicates the file's HFS creator code.

The corresponding value is an NSNumber object containing an unsigned long. See “HFS File Types” for possible values.

Available in Mac OS X v10.1 and later.


NSFileHFSTypeCode

The key in a file attribute dictionary whose value indicates the file's HFS type code.

The corresponding value is an NSNumber object containing an unsigned long. See “HFS File Types” for possible values.

Available in Mac OS X v10.1 and later.


NSFileImmutable

The key in a file attribute dictionary whose value indicates whether the file is mutable.

The corresponding value is an NSNumber object containing a Boolean value.

Available in Mac OS X v10.2 and later.


NSFileManagerClass
Static field for a quick access to the NSFileManager class.

NSFileModificationDate

The key in a file attribute dictionary whose value indicates the file's last modified date.

The corresponding value is an NSDate object.

Available in Mac OS X v10.0 and later.


NSFileOwnerAccountID

The key in a file attribute dictionary whose value indicates the file's owner's account ID.

The corresponding value is an NSNumber object containing an unsigned long.

Available in Mac OS X v10.2 and later.


NSFileOwnerAccountName

The key in a file attribute dictionary whose value indicates the name of the file's owner.

The corresponding value is an NSString object.

Available in Mac OS X v10.0 and later.


NSFilePosixPermissions

The key in a file attribute dictionary whose value indicates the file's Posix permissions.

The corresponding value is an NSNumber object containing an unsigned long.

Available in Mac OS X v10.0 and later.


NSFileReferenceCount

The key in a file attribute dictionary whose value indicates the file's reference count.

The corresponding value is an NSNumber object containing an unsigned long.

The number specifies the number of hard links to a file.

Available in Mac OS X v10.0 and later.


NSFileSize

The key in a file attribute dictionary whose value indicates the file's size in bytes.

The corresponding value is an NSNumber object containing an unsigned long long.

Available in Mac OS X v10.0 and later.


NSFileSystemFileNumber

The key in a file attribute dictionary whose value indicates the file's filesystem file number.

The corresponding value is an NSNumber object containing an unsigned long. The value corresponds to the value of st_ino, as returned by stat(2).

Available in Mac OS X v10.0 and later.


NSFileSystemFreeNodes

The key in a file system attribute dictionary dictionary whose value indicates the number of free nodes in the file system.

The corresponding value is an NSNumber object that specifies the number of free nodes in the file system.

Available in Mac OS X v10.0 and later.


NSFileSystemFreeSize

The key in a file system attribute dictionary whose value indicates the amount of free space on the file system.

The corresponding value is an NSNumber object that specifies the amount of free space on the file system in bytes. The value is determined by statfs().

Available in Mac OS X v10.0 and later.


NSFileSystemNodes

The key in a file system attribute dictionary whose value indicates the number of nodes in the file system.

The corresponding value is an NSNumber object that specifies the number of nodes in the file system.

Available in Mac OS X v10.0 and later.


NSFileSystemNumber

NSFileSystemSize

The key in a file system attribute dictionary whose value indicates the size of the file system.

The corresponding value is an NSNumber object that specifies the size of the file system in bytes. The value is determined by statfs().

Available in Mac OS X v10.0 and later.


NSFileType

The key in a file attribute dictionary whose value indicates the file's type.

The corresponding value is an NSString object (see “NSFileType Attribute Values” for possible values).

Available in Mac OS X v10.0 and later.


NSFileTypeBlockSpecial

Block special file

Available in Mac OS X v10.0 and later.


NSFileTypeCharacterSpecial

Character special file

Available in Mac OS X v10.0 and later.


NSFileTypeDirectory

Directory

Available in Mac OS X v10.0 and later.


NSFileTypeRegular

Regular file

Available in Mac OS X v10.0 and later.


NSFileTypeSocket

Socket

Available in Mac OS X v10.0 and later.


NSFileTypeSymbolicLink

Symbolic link

Available in Mac OS X v10.0 and later.


NSFileTypeUnknown

Unknown

Available in Mac OS X v10.0 and later.


ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PathContentOfSymbolicLinkAtPath(NSString) Obsolete.

Returns the path of the directory or file that a symbolic link at a given path refers to. (Deprecated in Mac OS X v10.5. Use destinationOfSymbolicLinkAtPath:error: instead.)

Original signature is '- (NSString *)pathContentOfSymbolicLinkAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RemoveFileAtPathHandler(NSString, Id) Obsolete.

Deletes the file, link, or directory (including, recursively, all subdirectories, files, and links in the directory) identified by a given path. (Deprecated in Mac OS X v10.5. Use removeItemAtPath:error: instead.)

Original signature is '- (BOOL)removeFileAtPath:(NSString *)path handler:(id)handler'

Available in Mac OS X v10.0 and later.


RemoveItemAtPathError(NSString, NSError%)

Deletes the file, link, or directory (including, recursively, all subdirectories, files, and links in the directory) identified by a given path.

Original signature is '- (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


RemoveItemAtURLError(NSURL, NSError%)

Deletes the file, link, or directory (including, recursively, all subdirectories, files, and links in the directory) identified by a given URL.

Original signature is '- (BOOL)removeItemAtURL:(NSURL *)URL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceItemAtURLWithItemAtURLBackupItemNameOptionsResultingItemURLError(NSURL, NSURL, NSString, NSFileManagerItemReplacementOptions, NSURL%, NSError%)

Replaces the contents specified by the first URL with the contents of the second URL in a manner that insures no data loss occurs.

Original signature is '- (BOOL)replaceItemAtURL:(NSURL *)originalItemURL withItemAtURL:(NSURL *)newItemURL backupItemName:(NSString *)backupItemName options:(NSFileManagerItemReplacementOptions)options resultingItemURL:(NSURL **)resultingURL error:(NSError **)error'

Available in Mac OS X v10.6 and later.


ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SetAttributesOfItemAtPathError(NSDictionary, NSString, NSError%)

Sets the attributes of a given file or directory.

Original signature is '- (BOOL)setAttributes:(NSDictionary *)attributes ofItemAtPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


SetDelegate(Action<(Of <<'(NSFileManager..::..NSFileManagerDelegateEventDispatcher>)>>))
Set the Delegate property of a NSFileManager instance.

SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
StringWithFileSystemRepresentationLength(String, NSUInteger)

Returns an NSString object converted from the C-string representation of a pathname in the current file system.

Original signature is '- (NSString *)stringWithFileSystemRepresentation:(const char *)string length:(NSUInteger)len'

Available in Mac OS X v10.0 and later.


SubpathsAtPath(NSString)

Returns an array that contains (as NSString objects) the contents of the directory identified by a given path.

Original signature is '- (NSArray *)subpathsAtPath:(NSString *)path'

Available in Mac OS X v10.0 and later.


SubpathsOfDirectoryAtPathError(NSString, NSError%)

Returns an array that contains the filenames of the items in the directory specified by a given path and all its subdirectories recursively.

Original signature is '- (NSArray *)subpathsOfDirectoryAtPath:(NSString *)path error:(NSError **)error'

Available in Mac OS X v10.5 and later.


Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
URLForDirectoryInDomainAppropriateForURLCreateError(NSSearchPathDirectory, NSSearchPathDomainMask, NSURL, Boolean, NSError%)

Locates and optionally creates the specified common directory in a domain.

Original signature is '- (NSURL *)URLForDirectory:(NSSearchPathDirectory)directory inDomain:(NSSearchPathDomainMask)domain appropriateForURL:(NSURL *)url create:(BOOL)shouldCreate error:(NSError **)error'

Available in Mac OS X v10.6 and later.


URLsForDirectoryInDomains(NSSearchPathDirectory, NSSearchPathDomainMask)

Returns an array of URLs for the specified common directory in the requested domains.

Original signature is '- (NSArray *)URLsForDirectory:(NSSearchPathDirectory)directory inDomains:(NSSearchPathDomainMask)domainMask'

Available in Mac OS X v10.6 and later.


ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Inheritance Hierarchy
Object
Id
 NSObject
  NSFileManager
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)