Determines whether the specified overwrite condition is currently possible - use this to determine which overwrite conditions can be applied.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function IsOverwriteConditionPossible ( _
	condition As OverwriteCondition _
) As Boolean
C#
public bool IsOverwriteConditionPossible(
	OverwriteCondition condition
)

Parameters

condition
Type: Rebex.IO..::..OverwriteCondition
Desired condition.

Return Value

True if the specified condition is possible; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also