i have a database with unix path names of mp3s like:

Patti Smith/Horses [1975]/01-Gloria.mp3

which have to keep the spaces for part of another application. If i let the shell escape them from an ls command, i can get:

Patti\ Smith/Horses\ \[1975\]/01-Gloria.mp3

but fopen will still refuse saying file not found. I have tried escaped and unescaped amnd yes, I am very sure the file is there.

How can I get fopen to accept a path like this?

cheers.

--
Mat Harrison Network Systems Administrator
[EMAIL PROTECTED] www.genestate.com

Attachment: msg92622/pgp00000.pgp
Description: PGP signature

Reply via email to