Click here to Skip to main content
15,884,794 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

1 solution

Refer below links hope this will help you....

file-access-denied-changing-permissions
file-copy-access-denied
msdn
 
Share this answer
 
Comments
Member 10420597 15-May-14 0:43am    
some times error "Permission denied " occur next few minutes file copy no error in same file why error occur ? pls help me sir

regards
Veeraperumal E
[no name] 15-May-14 1:13am    
Try to set it in fullControl. See the following link

http://support.2brightsparks.com/knowledgebase/articles/210938-access-denied-error-message

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900