Hi linograndi,
re:
> I have a question. Is there a way to redirect the object library to a different folder?
I think that can be done by editing the ObjLibrary.cfg.htm file which is in the %AppData%\Moi\customui folder.
It contains this:
code:
Object Library;MOI\objects
It's the second piece after the semi-colon that controls the folder that it will use. If it has MOI in there that gets replaced by the MoI appdata folder, so the default value of MOI\objects means it will use %AppData%\Moi\objects .
Try editing that MOI\objects value with a path to your desired folder, like this:
code:
Object Library;d:\some_folder\objects
- Michael
|