Gets or sets a value that indicates whether to use a Path or Name for pattern matching and return values in the GetFiles(Regex) method.

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

Syntax

Visual Basic
Public Property UsePath As Boolean
	Get
	Set
C#
public bool UsePath { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also