Lines Matching full:path
15 PARENT_DIR = os.path.dirname(os.path.realpath(__file__))
23 common_prefix = os.path.commonprefix(lines)
30 dest_dir = os.path.join(output_dir, os.path.dirname(rel_file))
34 dest_file = os.path.join(dest_dir, prefix + os.path.basename(file_url))
35 if not os.path.exists(dest_dir):
46 help='Path to the text file containing URLs. Each line should contain a '
48 default=os.path.join(PARENT_DIR, 'svgs.txt'))