|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Quick question about Vista....consequence of the now not-shipping winFS? i.e. will I be able to: Try FileSystem.BeginTransaction() File.Delete ( myFile ) File.Copy ( fileA, fileB ) FileSystem.CommitTransaction () Catch Ex as Exception FileSystem.RollbackTransaction () End Try oh I wish that they would do this.. that would rock!
-Tom Robinson wrote: Show quoteHide quote > Will Vista come with file system transactions, or was this only a > consequence of the now not-shipping winFS? > > i.e. will I be able to: > > > > Try > > FileSystem.BeginTransaction() > > File.Delete ( myFile ) > File.Copy ( fileA, fileB ) > > FileSystem.CommitTransaction () > > Catch Ex as Exception > > FileSystem.RollbackTransaction () > > End Try Hi,
Bart De Smet's blog has some interesting stuff on Vista File System Transactions it is c#. http://community.bartdesmet.net/blogs/bart/archive/2006/11/05/Windows-Vista-_2D00_-Introducing-TxF-in-C_2300_-_2800_part-1_2900_-_2D00_-Transacted-file-delete.aspx http://community.bartdesmet.net/blogs/bart/archive/2006/11/19/Windows-Vista-_2D00_-Introducing-TxF-in-C_2300_-_2800_part-2_2900_-_2D00_-Using-System.Transactions-and-the-DTC.aspx Ken ----------------------- Show quoteHide quote "Robinson" wrote: > Will Vista come with file system transactions, or was this only a > consequence of the now not-shipping winFS? > > i.e. will I be able to: > > > > Try > > FileSystem.BeginTransaction() > > File.Delete ( myFile ) > File.Copy ( fileA, fileB ) > > FileSystem.CommitTransaction () > > Catch Ex as Exception > > FileSystem.RollbackTransaction () > > End Try > > >
Is VB.NET Stable??
Odd databinding behavior create a keystroke logger SQL UPDATE query help please Help needed in using FSO's, TextStreams, etc. --- Code Review and Advice requested Russian text output Why must I cast when I put type safe generic objects in the combo box? Exception handling, Retry, Resume Next Simple Data UPdae Question ListView ListItems - can they be hidden? |
|||||||||||||||||||||||