March 19, 2013
9:09 p.m.
Thank you Stef, Now, I want to know the repository of the plugins. Soemthing like "File @ User/Jannik/Desktop/Pharo/plugins" Jannik On Mar 19, 2013, at 10:06 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
Jannik
to know if the plugin is found by the VM you should do SmalltalkImage current listBuiltinModules
SmalltalkImage current listLoadedModules
Stef
On Mar 19, 2013, at 9:40 PM, jannik.laval <jannik.laval@gmail.com> wrote:
Hi all,
Is there a way to obtain the plugins directory in a pharo image. Something like vmDirectory or imageDirectory but for plugins directory ?
My case is that in MacOS the plugins are in a subdirectory inside the directory of the vm, but in windows and linux it is not the same.
Cheers, Jannik