MonoMac.Foundation.NSFileManager: Method Members

The methods of MonoMac.Foundation.NSFileManager are listed below. For a list of all members, see the NSFileManager Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

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.