I've heard of the working file in python before and was just wondering what it was and where I can find it in python
wolfeater017 0 Light Poster
Recommended Answers
Jump to PostTo go one step further, the working folder is the folder/directory your working file (present program) is in.
Run this little program:
# save this program as working.py import os # this will show the folder you saved working.py in print( os.getcwd() )
All 4 Replies
Beat_Slayer 17 Posting Pro in Training
HiHe 174 Junior Poster
wolfeater017 0 Light Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.