Click or drag to resize

FileSpec Constructor

X#
Construct a file specification.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cFullPath
) CLIPPER
Request Example View Source

Parameters

cFullPath (Optional)
Type: Usual
The file name containing either a full or partial path name. If omitted, you should specify this file's path using the assign methods of the FileSpec class before the object is used.
See Also