from rlike import *
getwd()
'/home/runner/work/rlike/rlike/docs'
= tempdir()
x x
'/tmp/tmp4dldswsq'
= tempfile(pattern = 'hello', fileext = '.txt')
x x
'/tmp/tmpzk38vobp/helloq93lcfea.txt'
dirname(x)
'/tmp/tmpzk38vobp'
basename(x)
'helloq93lcfea.txt'