Deletes the file, link, or directory (including, recursively, all subdirectories, files, and links in the directory) identified by a given URL.
Original signature is '- (BOOL)removeItemAtURL:(NSURL *)URL error:(NSError **)error'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |

YES if the removal operation is successful. If the operation is not successful, but the delegate returns YES from the fileManager:shouldProceedAfterError:removingItemAtURL: message, removeItemAtURL:error: also returns YES. Otherwise this method returns NO.

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