Click or drag to resize

DbcManager.ExtendDbName Method

X#
Enhance the DBC name. Adds the extension and path when needed.

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD ExtendDbName(
	cFileName AS STRING
) AS STRING
Request Example View Source

Parameters

cFileName
Type: String
Name of the file. The extension and path are optional.

Return Value

Type: String
Name with DBC extension when needed and with full path information when found.
See Also