Unicode Controls & Classes for VB6 - Version 4

clsSpecialFolders.Common_Appdata Property

The file system directory that contains application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data. This folder is used for application data that is not user specific. For example, an application can store a spell-check dictionary, a database of clip art, or a log file in the CSIDL_COMMON_APPDATA folder. This information will not roam and is available to anyone using the computer.

Syntax
Public Property Get Common_Appdata () As String
Parameters
Parameter Description
Remarks