AppDataPaths.Documents Property

Definition

Gets a path to the documents folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the documents folder.

Applies to