Functions.SetTextFile 方法 | |
Open/Close the file to which TEXT .. ENDTEXT values are written
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION SetTextFile(
cFile AS STRING
) AS LOGIC
public static bool SetTextFile(
string cFile
)
查看代码参数
- cFile
- 类型:String
Name of the file to create. When this name is NULL or Empty then the file will be closed when it is open
返回值
类型:
BooleanTRUE when the file was succesfully opened / closed.
备注 The file handle for the file will be stored in the _TEXT system variable.
参见