MonoMac.Foundation.NSFileManager Members

The members of MonoMac.Foundation.NSFileManager are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AppendOnlyNSString. Represents the value associated with the constant NSFileAppendOnly
[read-only]
static
BusyNSString. Represents the value associated with the constant NSFileBusy
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
CreationDateNSString. Represents the value associated with the constant NSFileCreationDate
CurrentDirectorystring. Documentation for this section has not yet been entered.
[read-only]
static
DefaultManagerNSFileManager. Documentation for this section has not yet been entered.
DelegateNSFileManagerDelegate. An instance of the MonoMac.Foundation.NSFileManagerDelegate model class which acts as the class delegate.
[read-only]
static
DeviceIdentifierNSString. Represents the value associated with the constant NSFileDeviceIdentifier
[read-only]
static
ExtensionHiddenNSString. Represents the value associated with the constant NSFileExtensionHidden
[read-only]
static
GroupOwnerAccountIDNSString. Represents the value associated with the constant NSFileGroupOwnerAccountID
[read-only]
static
GroupOwnerAccountNameNSString. Represents the value associated with the constant NSFileGroupOwnerAccountName
[read-only]
static
HfsCreatorCodeNSString. Represents the value associated with the constant NSFileHFSCreatorCode
[read-only]
static
HfsTypeCodeNSString. Represents the value associated with the constant NSFileHFSTypeCode
[read-only]
static
ImmutableNSString. Represents the value associated with the constant NSFileImmutable
[read-only]
static
ModificationDateNSString. Represents the value associated with the constant NSFileModificationDate
[read-only]
static
NSFileTypeNSString. Represents the value associated with the constant NSFileType
[read-only]
static
OwnerAccountIDNSString. Represents the value associated with the constant NSFileOwnerAccountID
[read-only]
static
OwnerAccountNameNSString. Represents the value associated with the constant NSFileOwnerAccountName
[read-only]
static
PosixPermissionsNSString. Represents the value associated with the constant NSFilePosixPermissions
[read-only]
static
ReferenceCountNSString. Represents the value associated with the constant NSFileReferenceCount
[read-only]
static
SizeNSString. Represents the value associated with the constant NSFileSize
[read-only]
static
SystemFileNumberNSString. Represents the value associated with the constant NSFileSystemFileNumber
[read-only]
static
SystemFreeNodesNSString. Represents the value associated with the constant NSFileSystemFreeNodes
[read-only]
static
SystemFreeSizeNSString. Represents the value associated with the constant NSFileSystemFreeSize
[read-only]
static
SystemNodesNSString. Represents the value associated with the constant NSFileSystemNodes
[read-only]
static
SystemNumberNSString. Represents the value associated with the constant NSFileSystemNumber
[read-only]
static
SystemSizeNSString. Represents the value associated with the constant NSFileSystemSize
[read-only]
static
TypeBlockSpecialNSString. Represents the value associated with the constant NSFileTypeBlockSpecial
[read-only]
static
TypeCharacterSpecialNSString. Represents the value associated with the constant NSFileTypeCharacterSpecial
[read-only]
static
TypeDirectoryNSString. Represents the value associated with the constant NSFileTypeDirectory
[read-only]
static
TypeRegularNSString. Represents the value associated with the constant NSFileTypeRegular
[read-only]
static
TypeSocketNSString. Represents the value associated with the constant NSFileTypeSocket
[read-only]
static
TypeSymbolicLinkNSString. Represents the value associated with the constant NSFileTypeSymbolicLink
[read-only]
static
TypeUnknownNSString. Represents the value associated with the constant NSFileTypeUnknown
[read-only]
UbiquityIdentityTokenNSObject. Documentation for this section has not yet been entered.
WeakDelegateNSObject. An object that can respond to the delegate protocol for this type

Public Methods

ComponentsToDisplay(string) : string[]
Documentation for this section has not yet been entered.
Contents(string) : NSData
Documentation for this section has not yet been entered.
ContentsEqual(string, string) : bool
Documentation for this section has not yet been entered.
Copy(NSUrl, NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
Copy(string, string, out NSError) : bool
Documentation for this section has not yet been entered.
CreateDirectory(string, bool, NSFileAttributes) : bool
Documentation for this section has not yet been entered.
CreateDirectory(NSUrl, bool, NSDictionary, out NSError) : bool
Documentation for this section has not yet been entered.
CreateDirectory(string, bool, NSDictionary, out NSError) : bool
Documentation for this section has not yet been entered.
CreateDirectory(string, bool, NSFileAttributes, out NSError) : bool
Documentation for this section has not yet been entered.
CreateFile(string, NSData, NSDictionary) : bool
Documentation for this section has not yet been entered.
CreateFile(string, NSData, NSFileAttributes) : bool
Documentation for this section has not yet been entered.
CreateSymbolicLink(NSUrl, NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
CreateSymbolicLink(string, string, out NSError) : bool
Documentation for this section has not yet been entered.
DisplayName(string) : string
Documentation for this section has not yet been entered.
EvictUbiquitous(NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
FileExists(string) : bool
Documentation for this section has not yet been entered.
FileExists(string, bool) : bool
Documentation for this section has not yet been entered.
GetAttributes(string) : NSFileAttributes
Documentation for this section has not yet been entered.
GetAttributes(string, out NSError) : NSFileAttributes
Documentation for this section has not yet been entered.
GetDirectoryContent(string, out NSError) : string[]
Documentation for this section has not yet been entered.
GetDirectoryContent(NSUrl, NSArray, NSDirectoryEnumerationOptions, out NSError) : NSUrl[]
Documentation for this section has not yet been entered.
GetDirectoryContentRecursive(string, out NSError) : string[]
Documentation for this section has not yet been entered.
GetEnumerator(string) : NSDirectoryEnumerator
Documentation for this section has not yet been entered.
GetEnumerator(NSUrl, NSArray, NSDirectoryEnumerationOptions, out NSError) : NSDirectoryEnumerator
Documentation for this section has not yet been entered.
GetFileSystemAttributes(string) : NSFileSystemAttributes
Returns the file system attributes for a given volume.
GetFileSystemAttributes(string, out NSError) : NSFileSystemAttributes
Returns the file system attributes for a given volume.
GetMountedVolumes(NSArray, NSVolumeEnumerationOptions) : NSUrl[]
Documentation for this section has not yet been entered.
GetSymbolicLinkDestination(string, out NSError) : string
Documentation for this section has not yet been entered.
GetUrl(NSSearchPathDirectory, NSSearchPathDomain, NSUrl, bool, out NSError) : NSUrl
Documentation for this section has not yet been entered.
GetUrlForPublishingUbiquitousItem(NSUrl, out NSDate, out NSError) : NSUrl
Documentation for this section has not yet been entered.
GetUrlForUbiquityContainer(string) : NSUrl
Documentation for this section has not yet been entered.
GetUrls(NSSearchPathDirectory, NSSearchPathDomain) : NSUrl[]
Documentation for this section has not yet been entered.
IsDeletableFile(string) : bool
Documentation for this section has not yet been entered.
IsExecutableFile(string) : bool
Documentation for this section has not yet been entered.
IsReadableFile(string) : bool
Documentation for this section has not yet been entered.
IsUbiquitous(NSUrl) : bool
Documentation for this section has not yet been entered.
IsWritableFile(string) : bool
Documentation for this section has not yet been entered.
Link(NSUrl, NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
Link(string, string, out NSError) : bool
Documentation for this section has not yet been entered.
Move(NSUrl, NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
Move(string, string, out NSError) : bool
Documentation for this section has not yet been entered.
Remove(NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
Remove(string, out NSError) : bool
Documentation for this section has not yet been entered.
Replace(NSUrl, NSUrl, string, NSFileManagerItemReplacementOptions, out NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
SetAttributes(NSFileAttributes, string) : bool
Documentation for this section has not yet been entered.
SetAttributes(NSDictionary, string, out NSError) : bool
Documentation for this section has not yet been entered.
SetAttributes(NSFileAttributes, string, out NSError) : bool
Documentation for this section has not yet been entered.
SetUbiquitous(bool, NSUrl, NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
StartDownloadingUbiquitous(NSUrl, out NSError) : bool
Documentation for this section has not yet been entered.
Subpaths(string) : string[]
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSFileManager object.