Re: [PHP] rename failes if file name contains single quotes

2003-01-31 Thread Ernest E Vogelsinger
At 09:52 31.01.2003, =?ISO-2022-JP?B?GyRCJVghPCVzGyhCIBskQiVIITwlXiU5GyhC?= said: [snip] >when i try to rename a file with single quote(s) in the >file name, e.g. > >rename("/tmp/foo 'n bar", "/tmp/foobar"); > >rename fails with "there is no such file". >what

Re: [PHP] rename failes if file name contains single quotes

2003-01-31 Thread Jason Wong
On Friday 31 January 2003 16:52, ヘーン トーマス wrote: > when i try to rename a file with single quote(s) in the > file name, e.g. > > rename("/tmp/foo 'n bar", "/tmp/foobar"); > > rename fails with "there is no such file". > whats wrong? You probably need t