#steps: #1. File name get #2. copy ver up #3. expand + find #4. conver #5. repath import fileNameGet import copy_ren #import fileFinder #import convert #import repath import testReturn import replace_pngRat def main(): fileGetInterface = fileNameGet.selectFile() oldFilePath = fileGetInterface.returnFunc() testReturn.testTask(oldFilePath) newFilePath = copy_ren.main(oldFilePath) print newFilePath oldFilePath = 'N:/PROJECTS/pyClub/convertToRat/test/test_texShad20.hipnc' replace_pngRat.repath(oldFilePath) #imagePaths = fileFinder.fileFinder(newFilePath) #convert.Folder() #convert.Convert() #func5() #func6() main()