SystemDataPaths.PublicPictures Property

Definition

Gets the path to the Public Pictures folder on the machine.

public:
 property Platform::String ^ PublicPictures { Platform::String ^ get(); };
winrt::hstring PublicPictures();
public string PublicPictures { get; }
var string = systemDataPaths.publicPictures;
Public ReadOnly Property PublicPictures As String

Property Value

String

Platform::String

winrt::hstring

The full path to the Public Pictures folder.

Applies to