NSFileManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSFileManager", true)]
public class NSFileManager : Foundation.NSObject
[<Foundation.Register("NSFileManager", true)>]
type NSFileManager = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| NSFileManager() |
Creates a new NSFileManager with default values. |
| NSFileManager(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSFileManager(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AppendOnly |
Represents the value associated with the constant NSFileAppendOnly |
| Busy |
Represents the value associated with the constant NSFileBusy |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CreationDate |
Represents the value associated with the constant NSFileCreationDate |
| CurrentDirectory | |
| DebugDescription | (Inherited from NSObject) |
| DefaultManager | |
| Delegate |
An instance of the Foundation.INSFileManagerDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| DeviceIdentifier |
Represents the value associated with the constant NSFileDeviceIdentifier |
| ExposedBindings | (Inherited from NSObject) |
| ExtensionHidden |
Represents the value associated with the constant NSFileExtensionHidden |
| FileProtectionComplete |
Obsolete.
Represents the value associated with the constant NSFileProtectionComplete |
| FileProtectionCompleteUnlessOpen |
Obsolete.
Represents the value associated with the constant NSFileProtectionCompleteUnlessOpen |
| FileProtectionCompleteUntilFirstUserAuthentication |
Obsolete.
Represents the value associated with the constant NSFileProtectionCompleteUntilFirstUserAuthentication |
| FileProtectionKey |
Represents the value associated with the constant NSFileProtectionKey |
| FileProtectionNone |
Obsolete.
Represents the value associated with the constant NSFileProtectionNone |
| FullUserName | |
| GroupOwnerAccountID |
Represents the value associated with the constant NSFileGroupOwnerAccountID |
| GroupOwnerAccountName |
Represents the value associated with the constant NSFileGroupOwnerAccountName |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HfsCreatorCode |
Represents the value associated with the constant NSFileHFSCreatorCode |
| HfsTypeCode |
Represents the value associated with the constant NSFileHFSTypeCode |
| HomeDirectory | |
| Immutable |
Represents the value associated with the constant NSFileImmutable |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ModificationDate |
Represents the value associated with the constant NSFileModificationDate |
| NSFileType |
Represents the value associated with the constant NSFileType |
| OwnerAccountID |
Represents the value associated with the constant NSFileOwnerAccountID |
| OwnerAccountName |
Represents the value associated with the constant NSFileOwnerAccountName |
| PosixPermissions |
Represents the value associated with the constant NSFilePosixPermissions |
| ReferenceCount |
Represents the value associated with the constant NSFileReferenceCount |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Size |
Represents the value associated with the constant NSFileSize |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| SystemFileNumber |
Represents the value associated with the constant NSFileSystemFileNumber |
| SystemFreeNodes |
Represents the value associated with the constant NSFileSystemFreeNodes |
| SystemFreeSize |
Represents the value associated with the constant NSFileSystemFreeSize |
| SystemNodes |
Represents the value associated with the constant NSFileSystemNodes |
| SystemNumber |
Represents the value associated with the constant NSFileSystemNumber |
| SystemSize |
Represents the value associated with the constant NSFileSystemSize |
| TemporaryDirectory | |
| TypeBlockSpecial |
Represents the value associated with the constant NSFileTypeBlockSpecial |
| TypeCharacterSpecial |
Represents the value associated with the constant NSFileTypeCharacterSpecial |
| TypeDirectory |
Represents the value associated with the constant NSFileTypeDirectory |
| TypeRegular |
Represents the value associated with the constant NSFileTypeRegular |
| TypeSocket |
Represents the value associated with the constant NSFileTypeSocket |
| TypeSymbolicLink |
Represents the value associated with the constant NSFileTypeSymbolicLink |
| TypeUnknown |
Represents the value associated with the constant NSFileTypeUnknown |
| UbiquityIdentityDidChangeNotification |
Notification constant for UbiquityIdentityDidChange |
| UbiquityIdentityToken | |
| UserName | |
| WeakDelegate | |
| Zone | (Inherited from NSObject) |