sqleptical
Programmer
Is there a way to move files from a .prg in 6.0 instead of copying and deleting? I need to do this on an on-going mass scale, and I think it will cut down on network traffic/collisions.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
** DECLARATION FOR MOVEFILE (WHICH WE HOPE WILL RENAME FOLDERS)
DECLARE INTEGER MoveFile IN Win32API STRING source, STRING destination
SET DEFAULT TO C:SET PATH TO C:MoveFile("c:\$incoming\1852.zip","c:\$incoming2\1852.zip")