KListDirectory Method

Navigation:  Reference Guide > Kermit Commands > Methods >

KListDirectory Method

Previous pageReturn to chapter overviewNext page

Performs a Kermit "Directory" command.

[Visual Basic .NET]

Public Sub KListDirectory(ByVal Mask As String)

[C#]

public void KListDirectory(string Mask);

Parameters

Mask

    Used to filter out files by file name for a specified folder on Kermit server.

 

Remarks

After this command is executed on Kermit server, Kermit sends the command execution status back to MegaPipe and KCommandDone event is fired indicating whether this command is executed successfully or execution fails (an error message is passed back).

 

See Also

KCommandDone Event