:SetFileMask()


Class

     aprFTP()

 

Syntax

     :SetFileMask( [cMask], [hSession] ) -> lSuccess

 

Parameters

 

cMask

Optional. String which specifies the file mask. If omitted, the current file mask is cleared.

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

Return

Logical indicating Success.

Returns .T. if the operation succeeds, otherwise returns .F.

To get further error information see :nErr and :cErr

 

Description

 The :SetFileMask() method sets the current file mask.

 

See Also

:GetFileMask()