Clipboard.RetrieveFiles Method (Typed) | |
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
public virtual Array RetrieveFiles(
bool lMustExist
)
Request Example
View SourceParameters
- 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