Python3Script Xojo Plugin
Python3Script.AddSearchPath Method
Adds search path for where Python will load custom modules from.
shared
AddSearchPath(
f
as
FolderItem)
Parameters
f
The path to be added.
Remarks
See Also
Python3Script Class