Help for this page

Select Code to Download


  1. or download this
    use File::Copy;
    copy("a/b/*.txt","a/");
    
  2. or download this
    use File::Copy;
    copy("a/b/ccc.txt","a/");