Click or drag to resize

CSession.CloseFile Method

X#
Closes a remote file.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD CloseFile(
	hFile
) AS USUAL CLIPPER
Request Example View Source

Parameters

hFile (Optional)
Type: Usual
The handle of the file to close.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also