DbcManager.ExtendDbName Method | |
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
public static string ExtendDbName(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
Name of the file. The extension and path are optional.
Return Value
Type:
StringName with DBC extension when needed and with full path information when found.
See Also