SkippedChangeEventArgs::CurrentFilePath Property

Gets the current path for the file. The path is relative to the root directory.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property String^ CurrentFilePath {
	String^ get ();
}

Property Value

Type: System::String
The current path for the file, relative to the root directory.

If the change is ChangeType::Rename, this will be the path before the the new name would have been applied.

If the change is ChangeType::Create, this value will be a nullptr.

Show: