Quote:
Originally Posted by AlanHK
Thanks, but how do I make it to a specific folder?
|
You'll need to change the backslash to a slash or write the backslash twice. Also don't forget to enclose the path in single or double quotes. For example:
Code:
_USER_HOME = 'C:/v'
or
Code:
_USER_HOME = 'C:\\v'