Click or drag to resize

Clipboard.RetrieveFiles Method (Typed)

X#
Retrieves an array of file names.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveFiles(
	lMustExist AS LOGIC
) AS ARRAY
Request Example View Source

Parameters

lMustExist
Type: Logic
If this is set to TRUE, the file must actually exist to appear in the array.

Return Value

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