'Declaration Public Function FileExists( _ ByVal fileName As System.String _ ) As System.Boolean
'Usage Dim instance As FTP Dim fileName As System.String Dim value As System.Boolean value = instance.FileExists(fileName)
public System.bool FileExists( System.string fileName )
public function FileExists( fileName: System.String ): System.Boolean;
public function FileExists( fileName : System.String ) : System.boolean;
public: System.bool FileExists( System.string* fileName )
public: System.bool FileExists( System.String^ fileName )
Parameters
- fileName
- The FTP file name
Return Value
True if the file exists in the current FTP directory