Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6824615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:55:21+00:00 2026-05-26T21:55:21+00:00

I am fairly new to Windows development (experienced on the Mac side), and am

  • 0

I am fairly new to Windows development (experienced on the Mac side), and am attempting to use SHGetFolderPath (since it’s compatible with Windows XP) to get the path to the app data folder for the current user. Yet I get an output path of “C” every time, no matter what flag I pass in. I’ve tried both:

CSIDL_APPDATA

and

CSIDL_LOCAL_APPDATA

with and without the CSIDL_FLAG_CREATE flag. Same result every time: “C”. What am I doing wrong here?

#include <windows.h> 
#include <shlobj.h>     // SHGetFolderPath
#include <stdio.h>
#include <stdlib.h>

//#pragma comment(lib, "shell32.lib") 

int main() 
{  
    CHAR path[MAX_PATH]; 
    HRESULT result = SHGetFolderPath(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, NULL, SHGFP_TYPE_CURRENT, path); 

    if (result != S_OK) 
        printf("Error: %d\n", result); 
    else 
        printf("Path: %s\n" , path); 

    printf( "String length: %d\n", strlen(path) );

    return 0; 
} 

Documentation for SHGetFolderPath:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T21:55:22+00:00Added an answer on May 26, 2026 at 9:55 pm

    You are compiling for Unicode but passing an ANSI buffer. Your actual code has a cast that you are not showing us. Either pass a wchar_t buffer and use a matching print routine, or call the ANSI version of the function, SHGetFolderPathA.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, so I'm new to C# Windows App development coming from ColdFusion, PHP, Javascript.
Fairly new to iPhone app development, so this might be really obvious (if so,
I am porting my application to windows from Linux. I am fairly new to
fairly new iPhone developer here. Building an app to send RS232 commands to a
Being fairly new to JavaScript, I'm unable to discern when to use each of
I am fairly new to .NET C# development and recently started using LINQ to
I am fairly new to .NET development and have just installed a clean install
I'm fairly new to eclipse and android development, and I'm having what must be
I'm fairly new to C++ and an trying to figure out to use the
I come from Linux and Windows programming is fairly new to me. On linux,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.