CHttp.SetCurDir Method | |
Changes the current directory on the remote 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
The path of the directory to change to.
Return Value
Type:
Usual
The new directory name as a string.
See Also