Hi, i'm trying to make a copy of an image inside my "uploads" folder. I
´m using the shutil module:

import shutil
shutil.copy(path, destination)

But i get "No such file or directory" error. Can anyone tell me the
correct path if my project is inside: /home/user/web2py/applications/
myproject/uploads/File.file.asdad89018239.128320.jpg

Thanks!

Reply via email to