Foundation.NSFileWrapper: Property Members

The properties of Foundation.NSFileWrapper are listed below. For a list of all members, see the NSFileWrapper Members list.

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
FileAttributesNSDictionary. The file attributes of this file.
Filenamestring. The filename of this file.
[read-only]
FileWrappersNSDictionary. Returns the child NSFileWrappers of a directory file wrapper. If this is not a directory file wrapper, throws an exception.
[read-only]
IsDirectorybool. Whether this is a directory file wrapper.
[read-only]
IsRegularFilebool. Whether this is a regular file wrapper.
[read-only]
IsSymbolicLinkbool. Whether this is a file wrapper for a symbolic link.
PreferredFilenamestring. The preferred filename for this (normally used for dictionary keys in a directory NSFileWrapper).
[read-only]
SymbolicLinkDestinationURLNSUrl. The URL reference by this. If this is not a symbolic link file wrapper, throws an exception.