IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

FileTime Property

The last modification time of the file pointed to by RemoteFile .

Syntax

[VB.NET]
Public ReadOnlyProperty FileTime As String

[C#]
public string FileTime {get;}

Remarks

When this property is read, the FTP server is queried for the file modification time, and the response is provided as the property value. The time will be converted to the local time zone.

If the component is busy or is not connected, an empty string is returned.

This property is read-only and not available at design time.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]