PythonScript Xojo Plugin
PythonScript.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
PythonScript Class