プロジェクト固有のライブラリ|用例集

ModuleLoader Reference

ModuleLoader is a library system for AppleScript.

Loading Libraries

setup

Load predefined libraries.

load

Load a library.

Mapipulating Paths

module_paths

Obtain location to search for libraries.

set_additional_paths

set additional locations to search for libraries.

Others

module_version_of

Obtain version number of a loaded library.

export

Export a specified script object to other libraries before setup().

Use to provide a library without loading a file.

Add a script into the library cache for testing.

local_loader

Generate a local loader script

プロジェクト固有のライブラリ|用例集