Help for this page

Select Code to Download


  1. or download this
    use File::Find;
    
    ...
    }, "C:/users/User/Music/");
    
    close OUT;
    
  2. or download this
        $temp = $File::Find::name;
        $temp =~ s/C:\/users\/User\/Music\/(.*)/$1/gi;
        print OUT "$temp\n";