Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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
Comments
Richard MacCutchan 10-May-14 4:01am    
Look at the path names for the source and destination files. Either one of them is incorrect, or you are trying to write to a directory which you do not have write access to.

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