I'm working on a school project which need to be done in Visual Basic. For this I'm porting one of my Python project in this programming language, project which (in Python) is scanning a directory for .py files and then imports them (dynamically) with the __import__
statement, at runtime. It is possible to do this in Visual Basic with .DLL classes?
Thank you