in reply to Globbidy glob glob glob
Double-check what the variables are set to. If the path is relative make sure the current directory is what you expect. Make sure you have read permission for $file_directory/outgoing, and execute permission for all of the directories leading up to it.
Also, please, for the sanity of everyone having to read your code, use glob("$file_directory/outgoing/$new_files*.txt") instead of angle brackets.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Globbidy glob glob glob
by jdporter (Paladin) on Oct 11, 2007 at 12:58 UTC |