DiskAccessGetPathAppDataRoaming Method

Gets the route (Users\...\AppData\Roaming) of the application.

Definition

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

Return Value

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

Remarks

This information will be taken to the server along with the user's profile information if you have an Active Directory configured in the company

See Also