:GetFileMask()


Class

     aprFTP()

 

Syntax

     :GetFileMask( [hSession] ) -> cMask

 

Parameters

 

hSession

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

 

Return

If the method the method returns a string containing the current File Mask.

If an error occurs or no file mask has been defined, the return value will be an empty string.

 

To get further error information see :nErr and :cErr

To see the remote server's response, see :GetResultCode() and :GetResultString().

 

Description

The :GetFileMask() method returns the current file mask.

 

See Also

:SetFileMask()