Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2003
    Posts
    10

    %ApplicationData% Variable

    v6.0.1.4: February 12, 2004
    New Features:
    Added the built-in Variable %ApplicationData%
    What this variable means and how to use it? Are there any documentation and usage examples of this variable?

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    It is the per-user application data folder on a system. For example on my system it is:

    C:\Documents and Settings\bkapilik\Application Data

    It is a good place for applications to store data that is only needed on a per user basis but wouldn;t really fit into "My Documents" or some other per-user folder. The nice thing about Application Data is that an application should always have read/write permissions on the folder even if the user is logged in on a locked down account.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts