Overwrite Property
Controls whether created file(s) should overwrite already existing file(s).
Syntax
[VB.NET] Public Property Overwrite As Boolean
[C#] public bool Overwrite {get; set;}
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.
Default Value
False