'Declaration Public Function FileExistsByWildcard( _ ByVal wildcardPattern As System.String _ ) As System.Boolean
'Usage Dim instance As FTP Dim wildcardPattern As System.String Dim value As System.Boolean value = instance.FileExistsByWildcard(wildcardPattern)
public System.bool FileExistsByWildcard( System.string wildcardPattern )
public function FileExistsByWildcard( wildcardPattern: System.String ): System.Boolean;
public function FileExistsByWildcard( wildcardPattern : System.String ) : System.boolean;
public: System.bool FileExistsByWildcard( System.string* wildcardPattern )
public: System.bool FileExistsByWildcard( System.String^ wildcardPattern )
Parameters
- wildcardPattern