How can I get the path to the %APPDATA% directory in Python?
%APPDATA%
import os print os.getenv('APPDATA')
548k questions
547k answers
4 comments
86.3k users