MonobjcMonobjc Documented Class Library
FileAttributes Property
NamespacesMonobjc.FoundationNSDirectoryEnumeratorFileAttributes

Returns an object that contains the attributes of the most recently returned file or subdirectory (as referenced by the pathname).

Original signature is '- (NSDictionary *)fileAttributes'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary FileAttributes { get; }
Public Overridable ReadOnly Property FileAttributes As NSDictionary
	Get
public:
virtual property NSDictionary^ FileAttributes {
	NSDictionary^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)