Transactional-NTFS-TxF-.NET icon indicating copy to clipboard operation
Transactional-NTFS-TxF-.NET copied to clipboard

Transactional NTFS (TxF) Library .NET is a small library .Net (C#) allows to use transactions on NTFS FileSystem (Transactional NTFS (TxF))

Feature

Currently, library allows to perform the following operations:

  • Directory

    • create directory
    • delete directory
    • symbolic link transacted
  • File

    • create files
    • write files
    • read files
    • delete files
    • search files
    • get and set attributes
    • hard link transacted
    • symbolic link transacted
  • Transactions

    • support manually manage transaction (commit / rollback)
    • support transaction scope

Here some examples.

To Do

  • Management transaction
  • Support Registry transaction

More info

  • http://msdn.microsoft.com/en-us/library/windows/desktop/bb968806%28v=vs.85%29.aspx
  • http://msdn.microsoft.com/en-us/library/windows/desktop/aa363764%28v=vs.85%29.aspx

Small donation is appreciated :-)

Small donation is appreciated

pietro partescano http://blogs.ugidotnet.org/sqlog/