RobotStudio event

Unload

Options

It's possible to unload a module with the following command:
Unload "HOME:/filename.mod";

Where filename.mod contains the following:
MODULE paintprg

...

ENDMODULE

But how do one unload paintprg if the filename is not known?