FileSpec Constructor | |
Construct a file specification.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cFullPath
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public FileSpec(
Usual cFullPath = default
)
Request Example
View SourceParameters
- 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