ResourceMgr ApplicationSpecificApplicationData Method CleanCode C# Libraries v1.2.03 API
Gets an application-specific subdirectory path within the standard ApplicationData directory.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string ApplicationSpecificApplicationData()

Return Value

A path to the Application Data directory for an application.
Remarks

If your executable, for example is C:\Program Files\stuff\myprog.exe it extracts the myprog component and appends that to the system-defined OnlineApplicationData folder path.
See Also