my $mkpath_return_value = $folder_path->mkpath; # The value of $mkpath_return_value will be equal to the number of dirs created (since the return value will be a list that is forced into # scalar context), or it will be equal to zero if the path already existed.