The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::File::Temp::Dir - Temporary Directories

Description

The File::Temp::Dir class in SPVM has methods to manipulate temporary directories.

Usage

  use File::Temp;
  
  my $tmp_dir = File::Temp->newdir;
  
  my $tmp_dir_name = $tmp_dir->dirname;

Fields

has dirname : ro string;

Returns the directory name.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License