|
Posted by Gufo Rosso on 02/12/06 05:12
"VB.NET" <AAAAA@AAAAA.ORG> ha scritto nel messaggio
news:GOqdndDtPpCrAHPenZ2dnUVZ_vidnZ2d@comcast.com...
> I'm using PHP 5.1 with Apache 2.0 on a Windows XP machine. I'm having
> problems using a PHP application that wants to look at a mapped drive.
When
> it opens this mapped drive, not files or folders appear. Is there
something
> with PHP and windows mapped drives? Is there a fix, or an alternative to
> this? Thanks,
>
>
in windows use file_exsists
function,dir, file
file_exsists true, true
is_file false, true
is_file,true,false
uknow (!is_dir, !is_file,!is_link) this "coso" is file or dir ntfs bug
[Back to original message]
|