Hi All,

I was wondering the .NET framework supports transactions for I/O operations.
I am renaming, deleting, and moving multiple files and would like to
rollback the entire process if I encounter an exception.

Thanks

Re: transactions for file manipulations by Klaus

Klaus
Tue Jun 29 18:47:08 CDT 2004

Nope. You can do things like these with COM+ (by writing your own dispensers
or compensators), but there's nothing built in.


--
Klaus H. Probst, MVP
http://www.vbbox.com/


"Travis" <n@n.i> wrote in message news:40e1f710$1_2@newspeer2.tds.net...
> Hi All,
>
> I was wondering the .NET framework supports transactions for I/O
operations.
> I am renaming, deleting, and moving multiple files and would like to
> rollback the entire process if I encounter an exception.
>
> Thanks
>
>