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