MonobjcMonobjc Documented Class Library
MatchesContentsOfURL Method (url)
NamespacesMonobjc.AppKitNSFileWrapperMatchesContentsOfURL(NSURL)

Indicates whether the contents of a file wrapper matches a directory, regular file, or symbolic link on disk.

Original signature is '- (BOOL)matchesContentsOfURL:(NSURL *)url'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool MatchesContentsOfURL(
	NSURL url
)
Public Overridable Function MatchesContentsOfURL ( _
	url As NSURL _
) As Boolean
public:
virtual bool MatchesContentsOfURL(
	NSURL^ url
)
Parameters
url (NSURL)
URL of the file-system node with which to compare the file wrapper.
Return Value
YES when the contents of the file wrapper match the contents of url, NO otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)