Help for this page
my $files = ($directory, "\", $file);
my $file_path = $directory . '\\' . $file; # OR my $file_path = "$directory\\$file";