Vixen
02b45cc4
csharp
public enum FileChangeKind

What happened to a file.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Created

    It did not exist and now does.

  • Changed

    Its contents changed.

  • Deleted

    It existed and now does not.

  • Renamed

    It moved. OldPath says from where.

Used by (5)

  • FileChangeVixen.Core.IO
  • FileChangeCoalescerVixen.Core.IO
  • FileChangeCoalescerTestsVixen.Core.IO.Tests
  • FileWatcherVixen.Core.IO
  • PendingVixen.Core.IO