SystemDataPaths.Public 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 path to the Public folder on the machine.
public:
property Platform::String ^ Public { Platform::String ^ get(); };
winrt::hstring Public();
public string Public { get; }
var string = systemDataPaths.public;
Public ReadOnly Property Public As String
Property Value
The full path to the Public folder.
Remarks
The Public folder typically contains additional public folders, for example, Public Documents, Public Pictures, etc.