Advertisement
yaotungyu

cfx update rnd

Feb 18th, 2020
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. import fileTools as ft
  2. cfx_script_path = ft.ez.path('elems')+'/'+'CFX_Script'
  3. script_files = os.listdir(cfx_script_path)
  4. script_files.sort()
  5. execfile(cfx_script_path+'/'+script_files[-1])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement