Gets or sets a value that indicates whether the backslash '\' is remote directory separator when working with paths (in addition to slash '/').

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

Syntax

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

Field Value

True to use slash '/' and backslash '\' as remote directory separator; false to use only slash '/' as remote directory separator.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also