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
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| FileAttributes | NSDictionary. The file attributes of this file. | |
| Filename | string. The filename of this file. | |
| [read-only] | FileWrappers | NSDictionary. Returns the child NSFileWrappers of a directory file wrapper. If this is not a directory file wrapper, throws an exception. |
| [read-only] | IsDirectory | bool. Whether this is a directory file wrapper. |
| [read-only] | IsRegularFile | bool. Whether this is a regular file wrapper. |
| [read-only] | IsSymbolicLink | bool. Whether this is a file wrapper for a symbolic link. |
| PreferredFilename | string. The preferred filename for this (normally used for dictionary keys in a directory NSFileWrapper). | |
| [read-only] | SymbolicLinkDestinationURL | NSUrl. The URL reference by this. If this is not a symbolic link file wrapper, throws an exception. |