Copying and pasting images

Hello. Is it possible to make a python script that will copy an image from 1 folder to another using an operator?
There is a map1 folder along the path (G:\gr1map) in this folder there are textures 1.tga 2.tga.
I create a material in a blender and attach the texture 1.tga to it
I need to copy this texture to another folder. For example (G:\gr2map). Can this be done with a script?
Ideally, it would be better to be able to set the folder in the blender where to copy the texture and from where to copy it through the path selection.

Here there is no option to copy as in all other programs, just select the picture and copy it by opening another folder.


In 3ds max there is copy and cut, but in blender I can’t do that.

yes, it’s possible using standard python libraries like shutils.

How can I get the path and filename of a selected file in the file browser in blender?
Is it real at all?