Hey Lito,
In your batch file you can use the MOVE command
http://www.computerhope.com/movehlp.htm
If you have a batch file like:
MOVE %1 C:\Temp\
%1 is the first arg passed to the batch file
In QGIS you would have a action that calls the batch file like this
yourbatch.bat [% ImageField %]
-
Hi guys,
I have one doubt, may be anyone can help me.
I have one layer (like houses). For each house i have one picture.
I want that, when a user insert a new feature, choose a picture. Then i
want that qgis move that picture to another folder with the name of the
genereted ID for that house.
I'm