MonobjcMonobjc Documented Class Library
UpdateFromPath Method (path)
NamespacesMonobjc.AppKitNSFileWrapperUpdateFromPath(NSString)

Updates the file wrapper to match a given file-system node. (Deprecated in Mac OS X v10.6. Use readFromURL:options:error: instead.)

Original signature is '- (BOOL)updateFromPath:(NSString *)path'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use readFromURL:options:error: instead.")]
public virtual bool UpdateFromPath(
	NSString path
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use readFromURL:options:error: instead.")> _
Public Overridable Function UpdateFromPath ( _
	path As NSString _
) As Boolean
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. Use readFromURL:options:error: instead.")]
public:
virtual bool UpdateFromPath(
	NSString^ path
)
Parameters
path (NSString)
MISSING
Return Value
YES if the update is carried out, NO if it isn’t needed.
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)