| ComponentSpace FTP Class Library Reference |
|
RemoteDirectory.GetCurrent Method
Return the current remote directory path name.
[Visual Basic]
Public Function GetCurrent() As
String
[C#]
public
string GetCurrent();
Return Value
The current remote directory path name.
Exceptions
| Exception Type |
Condition |
|
FtpException
|
Thrown when the get current directory fails. |
See Also
RemoteDirectory Class | ComponentSpace.Ftp Namespace