SkippedChangeEventArgs::NewFilePath Property
Gets the new path the file would have if the change were applied. The path is relative to the root directory.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
If the change is ChangeType::Rename, this will be the path after the new name would have been applied.
If the change is ChangeType::Delete, this value will be a nullptr.
Show: