Garden 🌻

__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" }
Source Codepublic fun working_directory(): Path {
  __BUILTIN_IMPLEMENTATION
}