in reply to Re^6: File::Find problems
in thread File::Find problems
Does rename() send the string to the shell?
No
Hence, the paths used as arguments for rename() need to have the spaces escaped?
rename takes two strings, and they must be paths. You may need escaping to create the strings, but that's got nothing to with rename.
How many slashes do you need to produce a literal slash, 2, 4, 7?
Literal is what is typed, not what's produced. From what? Which slash?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: File::Find problems
by 7stud (Deacon) on Jan 15, 2010 at 08:56 UTC |