can't do file i/o if path is a variableThe path variable needs to be a c style string, so instead of f.open(path) instead do f.open(path.c_...
This user does not accept Private Messages