conaito PPT2Flash SDK 3.7

FtpClient.ChangeDir Method

Change the current working directory on the remote FTP server.

[Visual Basic]
Public Sub ChangeDir( _
   ByVal dirName As String _
)
[C#]
public void ChangeDir(
   string dirName
);

Parameters

dirName

See Also

FtpClient Class | Conaito.PPLibrary Namespace