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

Syntax

Visual Basic
Private Function GetInfo ( _
	remotePath As String, _
	failIfNotFound As Boolean _
) As FileSystemItem Implements IFtp.GetInfo
C#
FileSystemItem IFtp.GetInfo(
	string remotePath,
	bool failIfNotFound
)

Parameters

remotePath
Type: System..::..String
failIfNotFound
Type: System..::..Boolean

Implements

IFtp..::..GetInfo(String, Boolean)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also