Walter.IO
AppData Property (Current)
Example 
Walter.IO Assembly > Walter.IO Namespace > Current Class : AppData Property
Gets the application data directory, typically used for storing application-specific data.
Syntax
public static AppDataDirectory AppData {get;}

Property Value

The path to the Application Data folder.
Example
var appDataPath = Current.AppData.Path;
Console.WriteLine($"Application Data is stored in: {appDataPath}");
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Current Class
Current Members