On a procedure I must save the Path of Image
the user can select an image from computer and insert on the record
When the procedure save the record , save also the path of the image
I wish have a path like ".\images\fineimage.png"
Where the ".\images\" is the default path sample cPathImage:= ".\images\"
1. How I can have the name of the Image and the extension to save as ".\images\fineimage.png" ?
2. When I save the image the procedure must copy the file image from the folder of Computer where the final user selected the image into cPathImage
Do you have a small test trying to make it ?