Path
A filesystem path.
Path provides path manipulation methods such as parent, join, extension and set_extension. Functions that read from or write to the filesystem live in the __fs.gdn module.
parent
join
extension
set_extension
__fs.gdn
struct Path { p: String, }
exists()
extension()
file_name()
info()
join()
parent()
set_extension()