|
FtpClientSetCurrentDirectory Method
|
Changes the current FTP session directory to the specified path.
Namespace:
GSF.Net.AbstractFtpClient
Assembly:
GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax public void SetCurrentDirectory(
string directoryPath
)
Public Sub SetCurrentDirectory (
directoryPath As String
)
public:
void SetCurrentDirectory(
String^ directoryPath
)
member SetCurrentDirectory :
directoryPath : string -> unit
function SetCurrentDirectory(directoryPath);
Request Example
View SourceParameters
- directoryPath
- Type: SystemString
New directory.
See Also