Are there functions in VFP 9 that would allow me to:
-Scan a specific folder at certain time intervals (let's say at 1 hour intervals) for files (Excel/Text, etc. files) that are dropped in that folder. That folder would usually be empty and the program would check it every hour it would scan (check) the folder to see if it has files, and if it does:
-Send an email to the user when a file is dropped
-Rename the file with the date that it is received. <File>_20190627-10:26AM for example
-And move the file to another specific folder
Is this something that can be done in VFP9 or should I look into another programming language?
Thanks
-Scan a specific folder at certain time intervals (let's say at 1 hour intervals) for files (Excel/Text, etc. files) that are dropped in that folder. That folder would usually be empty and the program would check it every hour it would scan (check) the folder to see if it has files, and if it does:
-Send an email to the user when a file is dropped
-Rename the file with the date that it is received. <File>_20190627-10:26AM for example
-And move the file to another specific folder
Is this something that can be done in VFP9 or should I look into another programming language?
Thanks