CFtp.SetCurDir Method | |
Change the current directory on the remote FTP server for the current process.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetCurDir(
cRemoteDir
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetCurDir(
Usual cRemoteDir = default
)
Request Example
View SourceParameters
- cRemoteDir (Optional)
- Type: Usual
String that contains the path of the directory to change to.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
The SetCurDir() method changes the directory on the remote FTP server for the current process.
See Also