Answers for "how to find app path in python"

4

python get appdata path

import os

datapath = os.getenv('APPDATA')
Posted by: Guest on January-01-2021

Code answers related to "how to find app path in python"

Python Answers by Framework

Browse Popular Code Answers by Language