AddBs Function | |
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
public static string AddBs(
string cPath
)
Request Example
View SourceParameters
- cPath
- Type: String
Specifies the path name to which to add the backslash.
Return Value
Type:
StringCharacter
See Also