FileSpec Constructor (Typed) | |
Construct a file specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cFullPath AS STRING
)
public FileSpec(
[DefaultParameterValueAttribute("", 0)] string cFullPath
)
Request Example
View SourceParameters
- 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