My calling script is in the same folder. It’s called by a toolbar click.
this is it:
module Sketchup::MYmodule
def self.help
UI.messagebox “Help”
help = File.join(File.dirname(FILE), ‘help.html’)
UI.openURL(“file:///#{help}”)
end
end
When I click on the tool I get the messagebox but no help file(?)