[PHP-DEV] Bug #10700 Updated: unlink() doesn't like win/unc names

2001-10-23 Thread sander
ID: 10700 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Filesystem function related Bug Type: Feature/Change Request Operating System: win32 PHP Version: 4.0 Latest CVS (2001-05-07) New Comment: The problem is that //becker/c$/winnt/system32/dns/BOOT is not a real f

[PHP-DEV] Bug #10700 Updated: unlink() doesn't like win/unc names

2001-10-23 Thread djanix
ID: 10700 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: win32 PHP Version: 4.0 Latest CVS (2001-05-07) New Comment: how is it not a real filename ?! [\\becker\c$\winnt\system32\dns]dir Directory of \\becke

[PHP-DEV] Bug #10700 Updated: unlink() doesn't like win/unc names

2001-10-23 Thread sander
ID: 10700 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: win32 PHP Version: 4.0 Latest CVS (2001-05-07) New Comment: It's not a local, regular file. You can compare it to something like http://host/file.txt To delete a file like

[PHP-DEV] Bug #10700 Updated: unlink() doesn't like win/unc names

2001-10-23 Thread djanix
ID: 10700 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: win32 PHP Version: 4.0 Latest CVS (2001-05-07) New Comment: yeah but a call to standard unlink() will work... unlink( "//rhodes/d$/test.txt" );