Actually, you know what? I think Lua-style single argument function calls would be awesome for all kinds of quasi-literals, but sure, Path should be built in.
(for reference, iirc, f("Foo")
and f({a=1})
can be written f"Foo"
and f{a=1}
, respectively)