Table of Contents

Class AppDataMethods

Namespace
SunamoPlatformUwpInterop.AppData
Assembly
SunamoPlatformUwpInterop.dll

Provides convenience methods for accessing application data files.

public class AppDataMethods
Inheritance
AppDataMethods
Inherited Members
Extension Methods

Methods

GetFileData(string)

Gets the file path for a file in the Data folder.

public static string GetFileData(string fileName)

Parameters

fileName string

The name of the file.

Returns

string

The full path to the file in the Data folder.

GetFileSettings(string)

Gets the file path for a file in the Settings folder.

public static string GetFileSettings(string fileName)

Parameters

fileName string

The name of the file.

Returns

string

The full path to the file in the Settings folder.