MonobjcMonobjc Documented Class Library
NeedsToBeUpdatedFromPath Method (node)
NamespacesMonobjc.AppKitNSFileWrapperNeedsToBeUpdatedFromPath(NSString)

Indicates whether the file wrapper needs to be updated to match a given file-system node. (Deprecated in Mac OS X v10.6. Use matchesContentsOfURL: instead.)

Original signature is '- (BOOL)needsToBeUpdatedFromPath:(NSString *)node'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use matchesContentsOfURL: instead.")]
public virtual bool NeedsToBeUpdatedFromPath(
	NSString node
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use matchesContentsOfURL: instead.")> _
Public Overridable Function NeedsToBeUpdatedFromPath ( _
	node As NSString _
) As Boolean
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. Use matchesContentsOfURL: instead.")]
public:
virtual bool NeedsToBeUpdatedFromPath(
	NSString^ node
)
Parameters
node (NSString)
file-system node with which to compare the file wrapper.
Return Value
YES when the file wrapper needs to be updated to match node, NO otherwise.
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.AppKit (Module: Monobjc.AppKit)