Thread: Path Variables

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    5

    Path Variables

    Hi

    Is there an API function that provides translation of a path with special folder variables (such as %windir%, %temp%, %system% etc) to an ordinary path (one that you can pass to ex. fopen), without manually going thought SHGetFolderPath?
    Last edited by nopcoder; 01-14-2006 at 11:57 AM.

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    ExpandEnvironmentStrings

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Father and Son Variables
    By khdani in forum Linux Programming
    Replies: 3
    Last Post: 11-28-2008, 06:42 PM
  2. Replies: 15
    Last Post: 09-30-2008, 02:12 AM
  3. Remotely Creating Variables
    By Rajin in forum C++ Programming
    Replies: 1
    Last Post: 04-26-2005, 11:20 PM
  4. Declaring an variable number of variables
    By Decrypt in forum C++ Programming
    Replies: 8
    Last Post: 02-27-2005, 04:46 PM
  5. hwnd and variables in them
    By underthesun in forum Windows Programming
    Replies: 6
    Last Post: 01-16-2005, 06:39 PM