Gets or sets a value that disables normalization of paths passed to all commands (paths are used unchanged).

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

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

Field Value

False (default) to normalize paths; true to keep paths in original form.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also