in reply to Perl - Copy files to a newly created folder

But this is where it infuriates me: It only copies certain files!
Give us some examples of files that it copies and doesn't copy (that is, file names, permissions - not the contents of files, of course).
  • Comment on Re: Perl - Copy files to a newly created folder

Replies are listed 'Best First'.
Re^2: Perl - Copy files to a newly created folder
by Benichouniev (Novice) on Apr 19, 2015 at 09:10 UTC

    I already checked the file names, contents (whether they were blank files or not), properties, security options (read only, etc.), and ALL the files have the same properties. I tried changing the file names to all lower case but did not change anything, same with spaces...
    In my folder for example, there are two .txt files : detail.txt and notes.txt. When it creates the txt subfolder, it only copies detail.txt to it. I don't understand.
    Thanks for your answer!