csharp
public enum FileChangeKindWhat happened to a file.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
CreatedIt did not exist and now does.
ChangedIts contents changed.
DeletedIt existed and now does not.
RenamedIt moved. OldPath says from where.
Used by (5)
- FileChangeVixen.Core.IO
- FileChangeCoalescerVixen.Core.IO
- FileChangeCoalescerTestsVixen.Core.IO.Tests
- FileWatcherVixen.Core.IO
- PendingVixen.Core.IO