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

FileExists Property

Returns True if the file specified by RemoteFile exists on the remote server.

Syntax

[VB.NET]
Public ReadOnlyProperty FileExists As Boolean

[C#]
public bool FileExists {get;}

Remarks

This property returns True if the file exists on the remote server. It returns false if the file does not exist. You must specify the file you wish to check by setting the RemoteFile prior to calling this method.

If the component is busy or is not connected, 0 is returned.

If there is no FTP session in place, one is automatically created by first calling the Logon method.

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

Default Value

False

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