Storages.addAutoPath

Function/Meaning
Add to automatic search path
Type
Method of the Storages class
Syntax
addAutoPath(path)
Arguments
path Specifies the path to add to the automatic search path.
The path must end with '>' when specifying the root folder within an archive, or '/' when specifying a normal folder ( e.g. : "Archive/arc.xp3>" or "System/" ) .
As of 2.19 beta 14, the archive delimiter has changed from '#' to '>'.
Return Value
None (void)
Description
Adds the specified path to the automatic search path. When searching for available storage, Kirikiri looks through the paths registered in this automatic search path.
Paths added later to the automatic search path are given higher priority during searches.
Additionally, the project folder is always searched with the highest priority.
Reference
Storages.removeAutoPath