get program path directory

118

get program path directory -

import os
os.path.dirname(os.path.abspath(__file__))

Comments

Submit
0 Comments