ConFoo Montreal 2026: Call for Papers

Voting

: min(five, five)?
(Example: nine)

The Note You're Voting On

anakin dot skyw at gmx dot de
21 years ago
>Under UNIX (where you can rename onto an extant file and so I used link), you will have to remove both the link and the link's target.

Couldn't you do
<?php
if ($newFileCreated) {
unlink ($sysFileName);
return
$newFileName;
}
?>
and get the same semantics as the windows version?

<< Back to user notes page

To Top