Reputation: 359
I have a program that will take the files in a directory and upload them to a server. If the file is a Word File, I would then like to detect if the file is open in word / excel etc. If it is open, I would like to be able to then close it, in order to delete the local copy of the file.
Any ideas how to do this? The program responsible for the detection and closing of the documents is a win forms app.
Upvotes: 2
Views: 620
Reputation: 91356
Perhaps How to use Visual C# to automate a running instance of an Office program
Upvotes: 1