 | MainFormCopyOldLabFilesToNewLab 方法 |
Sweet 开发框架
拷贝oldlab的文件到newlab下面
命名空间:
Sweet.SoftwareLicense
程序集:
Sweet.SoftwareLicense (在 Sweet.SoftwareLicense.exe 中) 版本:3.10.1.0 (3.10.1.0)
语法public bool CopyOldLabFilesToNewLab(
string sourcePath,
string savePath
)
Public Function CopyOldLabFilesToNewLab (
sourcePath As String,
savePath As String
) As Boolean
member CopyOldLabFilesToNewLab :
sourcePath : string *
savePath : string -> bool
参数
- sourcePath
- 类型:SystemString
lab文件所在目录(@"~\labs\oldlab") - savePath
- 类型:SystemString
保存的目标目录(@"~\labs\newlab")
返回值
类型:
Boolean返回:true-拷贝成功;false:拷贝失败
参见