Table of Contents

Class SpecialFoldersHelper

Namespace
SunamoPlatformUwpInterop
Assembly
SunamoPlatformUwpInterop.dll

Provides helper methods for accessing special system folders.

public class SpecialFoldersHelper
Inheritance
SpecialFoldersHelper
Inherited Members
Extension Methods

Methods

AppDataRoaming()

Gets the path to the AppData\Roaming folder.

public static string AppDataRoaming()

Returns

string

The path to the AppData\Roaming folder.

ApplicationData()

Gets the root folder of AppData (e.g. C:\Users\username\AppData).

public static string ApplicationData()

Returns

string

The path to the AppData root folder.