AppliedChangeEventArgs::NewFilePath Property
Gets the new path for the file that was changed. The path is relative to the root directory.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
If the change is ChangeType::Rename, this is the new path after the new name is applied.
If the change is ChangeType::Delete, this value is a nullptr.
Show: