 | FileExCreateFile 方法 (String) |
Sweet 开发框架
创建一个文件。
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool CreateFile(
string filePath
)
Public Shared Function CreateFile (
filePath As String
) As Boolean
static member CreateFile :
filePath : string -> bool
参数
- filePath
- 类型:SystemString
文件的绝对路径
返回值
类型:
Boolean结果
参见