Firstly I assume to get the root or home dir for Pythonista you do:
os.path.expanduser('~') + '/Documents/'
I think that's correct anyway.
my question is, is 'Documents' static across all languages and including double byte such as Japanese etc?
@omz should we allow in our scripts that this could change in the future? maybe there is a better way to get the root/home dir rather than appending 'Documents' to expanduser.
Edit: I should have asked the same questions about the site-packages dir