User Profile

Collapse

Profile Sidebar

Collapse
curious000cat
curious000cat
Last Activity: Jan 9 '15, 12:34 PM
Joined: Dec 27 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi! Somebody told me that the phenomenon was due to it being converted to a unicode character, well anyway, I also did as you suggested. Thanks!
    See more | Go to post

    Leave a comment:


  • \06 is converted to a character that looks like a spade

    Code:
    saveInPath = "C:\Users\User\Documents\AV_FILES\06_School\Python205\ProjectNov2014\CODE_CLEAN\NotQuiteBackUP"		
    lccSysProcCons = SystemProcessControls()
    dateTimeNow = lccSysProcCons.getDateTimeNow()
    name = "RejectedTracksList %s" % str(dateTimeNow)
    saveAsName = saveInPath + "\\" + name + ".txt"
    print saveAsName
    The code above is from a python script currently being...
    See more | Go to post
    Last edited by bvdet; Dec 27 '14, 03:09 PM. Reason: Please use code tags when posting code
No activity results to display
Show More
Working...