Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. import re
  3.  
  4. def findcccFiles():
  5.  
  6. """asks user for filepath and version number, and copies the support_files folder into the right shot folder"""
  7.  
  8.  
  9.  
  10. user_input = raw_input("Where is the .ccc file located?")
  11. #filepath = user_input.replace("\\","\\")
  12. filepath = user_input
  13.  
  14. open_file = open(filepath)
  15. #read_file = open_file.read()
  16.  
  17. print filepath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement