vb6中的FileCopy错误

vb6中的FileCopy错误

本文介绍了vb6中的FileCopy错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,



一段时间发生两种类型错误。

1.路径/文件访问错误

2.Permission denied。



编码行



FileCopy(s_path&LCase(Trim(Scan_mover) .List1.List(J)))),(es_img&\&Trim(LCase(Scan_mover.List1.List(J))))



文件复制一段时间错误发生请帮助我



问候

E.Veeraperumal

Dear All,

some time Two type error occur .
1.Path/File access error
2.Permission denied .

coding line

FileCopy (s_path & LCase(Trim(Scan_mover.List1.List(J)))), (es_img & "\" & Trim(LCase(Scan_mover.List1.List(J))))

filecopy some time error occur pls help me

regards
E.Veeraperumal

推荐答案

这篇关于vb6中的FileCopy错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 19:34