FileData::RelativePath Property

Gets the path of 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^ RelativePath {
	String^ get ();
}

Property Value

Type: System::String
The path of the file. The path is relative to the root directory.

This path contains the name of the file.

Show: