/test/macro/ok/path.txt
Plain Text | 38 lines | 24 code | 14 blank | 0 comment | 0 complexity | 55748537055c05dd1e2883f94c1c7354 MD5 | raw file
1 2 3filename 4 5 %%currentfile(%f): path.t2t 6 %%infile(%f): path.t2t 7 %%outfile(%f): path.txt 8 9filename (w/o extension) 10 11 %%currentfile(%F): path 12 %%infile(%F): path 13 %%outfile(%F): path 14 15dirname 16 17 %%currentfile(%d): /ABSOLUTE-PATH-TO-TEST-FOLDER/test/macro 18 %%infile(%d): /ABSOLUTE-PATH-TO-TEST-FOLDER/test/macro 19 %%outfile(%d): /ABSOLUTE-PATH-TO-TEST-FOLDER/test/macro 20 21dirname (only parent dir) 22 23 %%currentfile(%D): macro 24 %%infile(%D): macro 25 %%outfile(%D): macro 26 27file path 28 29 %%currentfile(%p): /ABSOLUTE-PATH-TO-TEST-FOLDER/test/macro/path.t2t 30 %%infile(%p): /ABSOLUTE-PATH-TO-TEST-FOLDER/test/macro/path.t2t 31 %%outfile(%p): /ABSOLUTE-PATH-TO-TEST-FOLDER/test/macro/path.txt 32 33extension 34 35 %%currentfile(%e): t2t 36 %%infile(%e): t2t 37 %%outfile(%e): txt 38