Richard Winhold
Richard Winhold
Here is what I did in the end to get around the problem. This is a section of my powershell script that does the job. There is a directory in...
Yes. In my case, some other process is dropping files into sharefile. I don't really care about the filenames. I just want to collect them all for processing.
Okay. So you aren't concerned with deleting them then? You just want to make sure you have a file with the same content? (as in not a zero byte file).
I also still had the same problem with my code. The difference was that I was able to tell when a file didn't download. My issue was I was doing...
That's some good insight there. I just checked and we're using the 32 bit version.
Thanks for the reply. I was wondering if I was going crazy or if there was a problem. It appears that if I specify an exact filename, then it will...
Here's a bit of code showing what I did to solve my problem. It runs quite slow but if I schedule a task to run this fairly often, the number...