···108108 This is the name that was passed to {!create} and is used as the
109109 subdirectory name within each XDG base directory. *)
110110111111+val home_dir : Eio.Fs.dir_ty Eio.Path.t -> Eio.Fs.dir_ty Eio.Path.t
112112+(** [home_dir fs] returns the user's home directory. Checks [$HOME], then
113113+ [$USERPROFILE] on Windows, then falls back to [getpwuid]. *)
114114+111115(** {1 Base Directories} *)
112116113117val config_dir : t -> Eio.Fs.dir_ty Eio.Path.t