Updates all attachments based on files contained in the RTFD file package at path.
Original signature is '- (void)updateAttachmentsFromPath:(NSString *)path'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static void UpdateAttachmentsFromPath( this NSMutableAttributedString __target, NSString path )
<ExtensionAttribute> _ Public Shared Sub UpdateAttachmentsFromPath ( _ __target As NSMutableAttributedString, _ path As NSString _ )
[ExtensionAttribute] public: static void UpdateAttachmentsFromPath( NSMutableAttributedString^ __target, NSString^ path )

- __target (NSMutableAttributedString)
- The target instance.
- path (NSString)
- MISSING

In Visual Basic and C#, you can call this method as an instance method on any object of type NSMutableAttributedString. When you use instance method syntax to call this method, omit the first parameter.

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