Click or drag to resize

FileSpec Constructor (Typed)

X#
Construct a file specification.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	 cFullPath AS STRING
)
Request Example View Source

Parameters

cFullPath
Type: String
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