I am beginning to work with Python.
I want to place a project in a directory called pyProject on my SD card.
I know how to add a directory to the exiting path:
import sys
sys.path.append("/x/pyProject")
I do not know how to specify the SD card and directory in the path
statement.
Thanks in advance!