System.Windows.Forms.Application.LocalUserAppDataPath Property

Gets the path for the application data of a local, non-roaming user.

Syntax

public static string LocalUserAppDataPath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A local user is one whose user profile is stored on the system on which the user logged on. If a path does not exist, one is created in the following format:

Base Path\Application.CompanyName\Application.ProductName\Application.ProductVersion

A typical base path is C:\Documents and Settings\username\Local Settings\Application Data. This path will be different, however, if the Windows Forms application is deployed by using ndptecclick. ndptecclick creates its own application data directory that is isolated from all other applications. For more information, see Accessing Local and Remote Data in ClickOnce Applications.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0