Clipboard.RetrieveFiles Method | |
Retrieves an array of file names.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RetrieveFiles(
lMustExist
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RetrieveFiles(
Usual lMustExist = default
)
Request Example
View SourceParameters
- 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