Searched refs:dir_relpath (Results 1 – 2 of 2) sorted by relevance
29 def remove_all_files(dir_relpath): argument30 if os.path.exists(dir_relpath):31 dir_abspath = os.path.join(os.getcwd(), dir_relpath)
51 def remove_all_files(dir_relpath): argument52 if os.path.exists(dir_relpath):53 dir_abspath = os.path.join(os.getcwd(), dir_relpath)