SyntaxFix
Write A Post
Hire A Developer
Questions
if you are on a mac
import os upload_folder = os.path.abspath("static/img/users")
this will give you a full path:
print(upload_folder)
will show the following path:
>>>/Users/myUsername/PycharmProjects/OBS/static/img/user