```{index} single: dir_stringify; File::Temp function ``` ```{index} single: File::Temp::dir_stringify; Perl function ``` # dir_stringify Overload handler for `""` — stringify a `File::Temp::Dir` to its pathname. ## Synopsis ```perl my $dir = File::Temp->newdir; print "dir is $dir\n"; # calls STRINGIFY ``` ## What you get back The directory pathname, identical to `$dir->dirname`. ## Differences from upstream Fully compatible with upstream `File::Temp` 0.2312. ## See also - `dirname` — explicit accessor with the same result.