__fs.gdn::working_directory()
Return the path of the current working directory.
import "__fs.gdn" as fs fs::working_directory() //-> Path{ p: "/home/yourname/awesome_garden_project" }
public fun working_directory(): Path { __BUILT_IN_IMPLEMENTATION }