Xceed FTP Library Documentation
CurrentFolder property
XceedFtp control reference > Properties > CurrentFolder property

Description

This read-only property contains the path representing the FTP server's current working folder .

To change the FTP server’s current working folder, use the ChangeCurrentFolder method.

When not connected, this property returns an empty string.

Data type

String

Declaration  

HRESULT CurrentFolder( [out, retval] BSTR* pbstrVal );