N nightowlky Oct 14, 2005 #1 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?
H Herfried K. Wagner [MVP] Oct 14, 2005 #2 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? Click to expand... You could close the applications keeping the files open ('System.Diagnostics.Process' class provides 'CloseMainWindow' and 'Kill' methods).
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? Click to expand... You could close the applications keeping the files open ('System.Diagnostics.Process' class provides 'CloseMainWindow' and 'Kill' methods).