Re: [PHP] Re: Issues with fopen & long file names?

2001-12-21 Thread Andrey Hristov
Try this : $fp = fopen("C:\\WINNT\\Temp\\adodb_9002b91d2d52c10124c949e2b415a980.cache", "r"); HTH, Andrey - Original Message - From: "Garth Dahlstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 5:24 PM Subjec

[PHP] Re: Issues with fopen & long file names?

2001-12-21 Thread Garth Dahlstrom
I have no problems using fopen to open up a long file name under Win2k Pro... $fp = fopen("C:\WINNT\Temp\adodb_9002b91d2d52c10124c949e2b415a980.cache", "r"); I notice in the example you give your file has a trailing space, not sure if that would throw things at all. Have you tried using *$arr