Garden 🌻

__fs.gdn::working_directory()

Return the path of the current working directory.

Example
import "__fs.gdn" as fs
fs::working_directory() //-> Path{ p: "/home/yourname/awesome_garden_project" }
Source Code
public fun working_directory(): Path {
  __BUILT_IN_IMPLEMENTATION
}