Skip to content

UNIVERSAL-IT-SYSTEMS/4d-plugin-bookmark-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

4d-plugin-bookmark-manager

This plugin allows access to Finder aliases (a.k.a bookmarks).

In particular, you can convert a bookmark file to BLOB, create a bookmark from that BLOB, or retrieve the path associated to that bookmark.

c.f. Locating Files Using Bookmarks

##Platform

carbon cocoa win32 win64
🆗 🆗 🚫 🚫

##Commands

// --- Bookmarks
BOOKMARK Create
BOOKMARK Resolve
BOOKMARK Export to file

##Examples

$path:=Structure file

$bookmark:=BOOKMARK Create ($path)
$info:=BOOKMARK Resolve ($bookmark)

$dest:=System folder(Desktop)+"test"
$error:=BOOKMARK Export to file ($bookmark;$dest)

About

This plugin allows access to Mac OS bookmarks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 63.4%
  • C++ 24.0%
  • Objective-C 12.2%
  • HTML 0.4%