Click here to Skip to main content
15,884,933 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i want to check for a word file that ,Is it exist in the path folder or not(that's done with File.Exists(Path\FileName))

after this I want to search that, Is file is open or not, if open then close the file.

please give the solution
Posted
Comments
Logi Guna 24-Jan-13 9:07am    
if the word file is opened by ms office, and user has make some changes, do you want to ask user to save doc before closing ms office or just kill ms office immediately?

1 solution

You can close the file using the Process class[^]. If you find the document open, close it.

This sample[^] should help you out.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900