StorageLibraryChange.PreviousPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full path of the item in a storage library before it was moved or renamed.
public:
property Platform::String ^ PreviousPath { Platform::String ^ get(); };
winrt::hstring PreviousPath();
public string PreviousPath { get; }
var string = storageLibraryChange.previousPath;
Public ReadOnly Property PreviousPath As String
Property Value
The full path of the file or folder in the storage library before it was moved or renamed.