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; } |