Table of Contents

Enum JunctionPoint.ECreationDisposition

Namespace
SunamoWinStd
Assembly
SunamoWinStd.dll

Win32 file creation disposition.

protected enum JunctionPoint.ECreationDisposition : uint
Extension Methods

Fields

CreateAlways = 2

Create always, overwrite if exists.

New = 1

Create new file, fail if exists.

OpenAlways = 4

Open always, create if not exists.

OpenExisting = 3

Open existing file, fail if not exists.

TruncateExisting = 5

Truncate existing file.