NET FTP Library
FileExistsByWildcard Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : FileExistsByWildcard Method
Returns true if a file exists in the current directory matching the wildcard pattern
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members