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 6165875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:14:31+00:00 2026-05-23T22:14:31+00:00

I use this go get the content of directory foo : FindFirstFile(Lfoo\\*, &findData) .

  • 0

I use this go get the content of directory foo: FindFirstFile(L"foo\\*", &findData). It works great when foo is a regular directory. However when foo is a junction pointing to another directory (created with mklink /j foo C:\gah) FindFirstFile fails.

The docs have this to say: “If the path points to a symbolic link, the WIN32_FIND_DATA buffer contains information about the symbolic link, not the target.” But when I run it the debugger I just get an INVALID_HANDLE_VALUE and findData remains untouched.

So, how do I work around this?

  • 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-23T22:14:33+00:00Added an answer on May 23, 2026 at 10:14 pm

    Raymond Chen has an answer for you.

    Functions like GetFileAttributes and FindFirstFile, when asked to
    provide information about a symbolic link, returns information about
    the link itself and not the link destination. If you use the
    FindFirstFile function, you can tell that you have a symbolic link
    because the file attributes will have the
    FILE_ATTRIBUTES_REPARSE_POINT flag set, and the dwReserved0 member
    will contain the special value IO_REPARSE_TAG_SYMLINK.

    Okay, great, so now I know I have a symbolic link, but what if I want
    information about the link target? For example, I want to know the
    size of the link target, its last-modified time, and its name.

    To do this, you open the symbolic link. The I/O manager dereferences
    the symbolic link and gives you a handle to the link destination. You
    can then call functions like GetFileSize,
    GetFileInformationByHandleEx, or GetFinalPathNameByHandle to obtain
    information about the symbolic link target.

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

Sidebar

Related Questions

How to use this functionality in ninject 2.0? MyType obj = kernel.Get<MyType>(With.Parameters.ConstructorArgument(foo,bar)); The With
when I use MySQLdb get this message: /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated
Is it possible to get the value from a JavaScript variable and use this
I want to get the dimensions of the main screen, so I use this
I know how to get the scrollTop of a page, I use this simple
In Firefox 3.5.8 on Windows, I get a vertical scrollbar when I use this
I get this error when I try to use time_ago_in_words : Comparison of String
I'm trying to get this sitemap clas s working. It appears to use LINQ,
I am trying to get a JavaScript object to use the this assignments of
In code: //I know that to get this effect (being able to use it

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.