Overwrite Property
Controls whether created file(s) should overwrite already existing file(s).
Object Oriented Interface
public function getOverwrite(); public function setOverwrite($value);
Procedural Interface
ipworks_netcode_get($res, 9 ); ipworks_netcode_set($res, 9, $value );
Default Value
false
Remarks
This property controls whether created file(s) should overwrite already existing file(s). Note that more than one file may be created during uuencoding.
Data Type
Boolean