Hello
I am fresh newbie in Python world. I need a python code that just copy my input file with a different name. I just want to test it.
Example.
A simple scipt file : copyfile.py
when I do a command like "python copyfile.py 1.jpg" it would copy the "1.jpg" with a different name "copy1.jpg" .
I just want to copy file with "copy" name before every file I input.
I just want to test it with my PHP code. Thanks.