Click or drag to resize

Clipboard.RetrieveFiles Method

X#
Retrieves an array of file names.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveFiles(
	lMustExist
) AS USUAL CLIPPER
Request Example View Source

Parameters

lMustExist (Optional)
Type: Usual
If this is set to TRUE, the file must actually exist to appear in the array.

Return Value

Type: Usual
An array of file names.
Remarks
The Clipboard:RetrieveFiles() method is used to retrieve an array of file names.
See Also