path: Specify a Search Path

Each @path directive specifies a directory that breve should search within to find files. These directives apply to finding class files, image files, sound files, archives and any other type of resource that breve might need to search for. They should go at the top of source files, before any other files are included or used.

Here's an example @path directive that allows a folder containing class files to be searched:

@path "/Users/jk/breve_classes".

You may specify as many directories with @path directives as necessary.