Revision history for ioLoadModule
Additions:
Rewritten unix code. If you are here looking to figure out the search path, you should look at the code instead
Deletions:
Additions:
The SqueakPluginsBuiltInOrLocalOnly info.plist setting when set to true makes the lookup logic only consider unix libraries or os-x bundles in the ./Plugins folder or the application (read VM) Resources folder, or as a foo.framework in the /System/Library/Frameworks/.
Much simplier, look for foo.dll or foo32.dll in the image or VM path.
Much simplier, look for foo.dll or foo32.dll in the image or VM path.