UserDataPaths.Documents Property

Definition

Gets the path to a user's Documents folder.

public:
 property Platform::String ^ Documents { Platform::String ^ get(); };
winrt::hstring Documents();
public string Documents { get; }
var string = userDataPaths.documents;
Public ReadOnly Property Documents As String

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Documents folder.

Applies to