I want to use a Python from a file in another folder.
The method is called writeToFiles
. It is in a file called files.py
which is in a folder called Utils
.
The program that calls this method is in a folder called ratslam
that also contains the Utils
folder.