Tagged Questions
0
votes
2answers
29 views
Copy File on Modification FIleSystemWatcher, Visual Basic (VS 2012 V11)
After looking through many sites and some tutorial videos, I'm still stumped on this one. I'm finishing up a program and I need to add one last bit of functionality.
The program works this way. The ...
0
votes
1answer
770 views
How to run a file in vbscript within the code given below?
Here's the code that I found which matches my criteria. The code below is used to copy file from source path to target path.
Conditions implied:
Only if the file doesn't exist on the target path or ...
1
vote
3answers
1k views
PHP copy file without changing the last modified date
According to the comment in PHP manual about Copy(): http://php.net/manual/en/function.copy.php
The copy() will change the last modified date of the destination file.
Is there a way that a file can ...
1
vote
2answers
5k views
Can VBScript determine the most recently modified (or added) file in a particular folder?
I have a script (or more accurately WILL have a script) that checks a folder and copies a file from this folder to a different location (will run once per day). The fileName that I'd like to copy ...