Retrieves the modification date and time of the specified remote file.

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

Syntax

Visual Basic
Function GetFileDateTime ( _
	remotePath As String _
) As DateTime
C#
DateTime GetFileDateTime(
	string remotePath
)

Parameters

remotePath
Type: System..::..String
The path of the remote file. This cannot be a directory.

Return Value

A DateTime value set to date and time that the specified file was modified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also