how to make path string work on windows or mac python code example
Example 1: python how to open a file in a different directory in mac
import os
f = open (os.path.expanduser("~/Desktop/somedir/somefile.txt"))
Example 2: file path in python for windows
outputFileName = 'Destination/With/Forward/Slash/filename.txt'