I have a script named Extract_tc_cc.py which does the job of downloading test cases from Clearcase and placing them in the same folder sturcture in the local machine.
Now i want to modify the script such that it identifies the input folder such as inputfiles, SqljinputFiles etc(which are present within the folders). Aim is to recognize such folders and copy the input files and paste to home directory like jcc3_test\jcc or jcc4_test\jcc etc and compile.
This is the first time i am having to do something with python , so have no ideas at all what to do . So can someone please help me with it .
Thanks in advance