Hi,
I've a requirement wherein I need to close an opened file programatically.
How can I acheive it/
Thanks
Vijaya
Mark Rae [MVP] - 07 Mar 2008 14:05 GMT
> I've a requirement wherein I need to close an opened file programatically.
> How can I acheive it/
How did you open the file in the first place...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
AVL - 10 Mar 2008 07:35 GMT
I did it thru the Process.Start() method
> > I've a requirement wherein I need to close an opened file programatically.
> > How can I acheive it/
>
> How did you open the file in the first place...?
Mark Rae [MVP] - 10 Mar 2008 07:49 GMT
>> > I've a requirement wherein I need to close an opened file
>> > programatically.
>> > How can I acheive it/
>>
>> How did you open the file in the first place...?
>I did it thru the Process.Start() method
Please show your code...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
bruce barker - 07 Mar 2008 16:28 GMT
see the handle utility from sysinternals:
http://technet.microsoft.com/en-us/sysinternals/bb896655.aspx
-- bruce (sqlwork.com)
> Hi,
> I've a requirement wherein I need to close an opened file programatically.
> How can I acheive it/
>
> Thanks
> Vijaya