I’m trying to get absolute path from std.fs.Dir, can’t see if there something can help me in std. realpath as I understand is checking path to be real, so it adds complexity for my tests (need to create folder structure first).
Is there some way to get absolute path from std.fs.Dir or std.testing.TmpDir?
EDIT: Let’s say not absolute path, but any, so in tests I can compare handwritten path and processed one by my script.