DbcManager.ExtendDbName 方法 | |
Enhance the DBC name. Adds the extension and path when needed.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD ExtendDbName(
cFileName AS STRING
) AS STRING
public static string ExtendDbName(
string cFileName
)
查看代码参数
- cFileName
- 类型:String
Name of the file. The extension and path are optional.
返回值
类型:
StringName with DBC extension when needed and with full path information when found.
参见