Force a file to be closed. Is it possible?

  • Thread starter Thread starter nightowlky
  • Start date Start date
N

nightowlky

Is it possible to force a file (opened on a local drive of a machine)
to be closed in order that it may be written to with updates?
 
Is it possible to force a file (opened on a local drive of a machine)
to be closed in order that it may be written to with updates?

You could close the applications keeping the files open
('System.Diagnostics.Process' class provides 'CloseMainWindow' and 'Kill'
methods).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top