in reply to mkdir in loop - overwrite danger?
Now, if a directory contains a data file with a particular name, and you mistakenly do something that involves overwriting or replacing the contents of the file with something you don't really want -- e.g. rename($badfile,$goodfile); -- the damage will "succeed", of course.
|
|---|