On Error Resume Next
If FileLen("路徑*****" & myfile) = 0 Then
On Error GoTo 0
FileCopy.FoundFiles (i), "路徑*****" & myfile
End If作者: bobomi 時間: 2014-9-11 17:30
or
If Dir("路徑*****" & myfile) = "" Then
FileCopy.FoundFiles (i), "路徑*****" & myfile
End If作者: li_hsien 時間: 2014-9-12 08:29