DiskAccessGetPathAppDataLocal Method

Gets the (Users\...\AppData\Local) path of the application.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static string GetPathAppDataLocal()

Return Value

String
String with the folder where to store the program information.

Remarks

This information will remain on the computer and will not be saved in the user profile that is transferred to the server.

See Also