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.

C# | Visual Basic | Visual 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 )

- node (NSString)
- file-system node with which to compare the file wrapper.

YES when the file wrapper needs to be updated to match node, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)