Method Stdio.Fd()->dup2()
- Method dup2
intdup2(Stdio.Fileto)- Description
Duplicate a file over another.
This function works similarly to
assign(), but instead of making the argument a reference to the same file, it creates a new file with the same properties and places it in the argument.- Returns
Returns
1on success and0(zero) on failure.- Note
In Pike 7.7 and later
toneed not be open, in which case a new fd is allocated.- Note
Note also that
tois also assigned to the same backend (if any) as this object.- See also
assign(), dup()