MonobjcMonobjc Documented Class Library
NSURLIsRegularFileKey Field
NamespacesMonobjc.FoundationNSURLNSURLIsRegularFileKey

Key for determining whether the resource is a regular file, as opposed to a directory or a symbolic link. Returned as an NSNumber object with value 0 or 1.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSURLIsRegularFileKey
Public Shared ReadOnly NSURLIsRegularFileKey As NSString
public:
static initonly NSString^ NSURLIsRegularFileKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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