Dart Tcp, Daemon, Udp Controls
FileModeConstants Enumeration
Description
Enumerates values of the FileMode property.
Members
MemberValueDescription
createAlways0If the file exists then replace the file, if it does not exist then create it.
createExisting1If the file exists then open it. If the file does not exist then throw an error.
createOpen3If the file exists then open the file, if it does not exist then create it.
createUnique2If the file exists then create a file with a unique name (a period and a number are appended to the filename). If it does not exist then create it.

PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic