Click or drag to resize

AddBs Function

X#
Adds a backslash (if needed) to a path expression.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION AddBs(
	cPath AS STRING
) AS STRING
Request Example View Source

Parameters

cPath
Type: String
Specifies the path name to which to add the backslash.

Return Value

Type: String
Character
See Also