PowerTCP FTP for .NET
GetDirectory Method



Gets the server's current working directory.
Syntax
Public Function GetDirectory() As String
Dim instance As Ftp
Dim value As String
 
value = instance.GetDirectory()
public string GetDirectory()
public:
String^ GetDirectory(); 

Return Value

String value containing the current working directory
Remarks
If UsePWD is set to false, will return String.Empty.
See Also

Reference

Ftp Class
Ftp Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic