quote:以下是引用adeyan在2011-05-06 20:04:22的发言:
万老师,下面语句的意思是将MMC卡的数据转入U盘里吗?
Dim fso1
Set fso1 = CreateObject("FileCtl.FileSystem") ' 建立FileSystem对象
If fso1.Dir("\Storage Card USB\Log_data.csv") <> "" Then
fso1.FileCopy "\Storage Card MMC\Log_data.csv", "\Storage Card USB\Log_data.csv"
End If
Set fso1 = Nothing
Set fso1 = CreateObject("FileCtl.FileSystem")
触摸屏上提示我不能创建对象?