I have the actual association part down, but when I open the file that is associated with my Python program, how do I get the filepath of the file opened?
I think it is something like sys.argv? But that just returns the path to the python program, not the associated file.