Posts by Gabriel Trin • 23 points
1 post
-
2
votes1
answer63
viewsQ: Nameerror in get_special_folder_path
I did a little test in Python 2.X to try copying a file from the folder the script is in to the Windows startup folder: import shutil import sys, os startuplocation =…