Help for this page

Select Code to Download


  1. or download this
    my $files = ($directory, "\", $file);
    
  2. or download this
    my $file_path = $directory . '\\' . $file;
    # OR
    my $file_path = "$directory\\$file";