文件复制错误somtimes [英] File copy error somtimes

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

问题描述

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

1.路径/文件访问错误

2.许可被拒绝。



编码行

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))))





有时错误权限被拒绝发生在接下来的几分钟文件复制没有错误在同一个文件中为什么会出现错误?请帮助我先生



some times error Permission denied occur next few minutes file copy no error in same file why error occur ? pls help me sir

推荐答案

我可以告诉你它作为程序员发生的通常原因,因为你在屏幕上某个地方打开文件或某个程序看起来: - )



当你关闭打开的文件时,问题会神奇地修复。
Can I tell you the usual reason it occurs as a programmer because you have the file open somewhere on your screen or some program looking it :-)

The problem magically fixes itself when you close the open file.


错误说明了这一切。

1.路径/文件访问错误

2.权限被拒绝 - 这是您无法访问该文件的主要原因。您无权访问它。



确保您拥有相应的权限来复制文件。
The error says it all.
1. Path/File Access Error
2. Permission Denied - this is the main reason why you cannot access the file. You don't have any permission to access it.

Make sure you have the appropriate permission for you to copy the file.


这篇关于文件复制错误somtimes的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆