Answers for "absolute Mac book python open file directory path"

1

python how to open a file in a different directory in mac

import os
f = open (os.path.expanduser("~/Desktop/somedir/somefile.txt"))
Posted by: Guest on August-16-2020

Code answers related to "absolute Mac book python open file directory path"

Python Answers by Framework

Browse Popular Code Answers by Language