copyto or backupto only jpg png gif bmp files with folder structure..
backupto "c:\target\", , "10","0","0","0","0","0","1", 9:="*.jpg|*.jpeg";
i can but i cant with folder structure
please help me.
Code: Select all
copyto "c:\target\", quicksearch("/n *.jpg;*.jpeg", , "|"), <curpath>, 2, 1;Code: Select all
copyto "c:\target\", quicksearch("/n *.jpg;*.jpeg", , "|"), gpc(<curpath>, "drive") . ":\", 2, 1;