Functions.ForcePath 方法 | |
返回一个文件名,并用新的路径名替换旧的路径名。
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION ForcePath(
cFileName AS STRING,
cPath AS STRING
) AS STRING
public static string ForcePath(
string cFileName,
string cPath
)
查看代码参数
- cFileName
- 类型:String
指定将获得新路径的文件名(可以包含路径或扩展名,也可以不包含)。
- cPath
- 类型:String
指定 cFileName 的新路径。
返回值
类型:
String
字符
参见