Storages.addAutoPath

機能/意味
Add to automatic search path
タイプ
Storagesクラスのメソッド
構文
addAutoPath(path)
引数
path  Specify the path to be added to the automatic search path.
 The path must end with '>' to specify the root folder in the archive, or '/' to specify a regular folder (eg "Archive/arc.xp3>" or "System/").
 Starting with 2.19 beta 14, the archive delimiter has changed from '#' to '>'.
戻り値
なし (void)
説明
 Adds the specified path to the automatic search path. When searching for available storage, Kirikiri looks for a path registered in this automatic search path.
 For the automatic search path, the one specified later is given higher priority.
 The project folder is searched with the highest priority.
参照
Storages.removeAutoPath