Table of Contents

Enum OpenMode

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Mode for opening a file.

[Flags]
public enum OpenMode

Fields

Append = 1

Append to the end of the file.

Default = 0

Default mode. Does not append or truncate.

Truncate = 2

Truncate the file to zero length.