Scripting|libcore: Added Core.importPath() to show module import path
While Config.importPath contains the user's configured paths, Core.importPath() returns the complete list of all import paths currently in effect. This includes built-in defaults and loaded packages, too.
Scripting|libcore: Added Core.importPath() to show module import path
While Config.importPath contains the user's configured paths,
Core.importPath() returns the complete list of all import paths
currently in effect. This includes built-in defaults and loaded
packages, too.