destroyBookmarks

Undocumented in source. Be warned that the author may not have intended to support it.
@SILdoc(`Destroys bookmarks The keys in the bmarks nvlist are the bookmarks to be destroyed. They must all be in the same pool. Bookmarks are specified as <fs>#<bmark>. Bookmarks that do not exist will be silently ignored. The return value will be 0 if all bookmarks that existed were destroyed. Otherwise the return value will be the (*__errno_location ()) of a (undetermined) bookmark that failed, no bookmarks will be destroyed, and the errlist will have an entry for each bookmarks that failed. The value in the errlist will be the (int32) error code. `)
destroyBookmarks
(
string[] bookmarks
)

Meta