Jan-13-2021, 03:02 PM
I tried to get %appdata% directory,
But failed.
Script,
But failed.
Script,
1 2 |
import os print os.getenv( 'APPDATA' ) |
Error: File "C:\Users\User\AppData\Local\Temp\atom_script_tempfiles\db861f50-55af-11eb-b27a-c3d006aa3aaa", line 4
print os.getenv('APPDATA')
^
SyntaxError: invalid syntax
Im trying to save a cache file in %appdata% directory!