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

  • Home
  • SEARCH
  • 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 6192221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:54:23+00:00 2026-05-24T02:54:23+00:00

I have trouble here using fopen to open files which have paths longer than

  • 0

I have trouble here using fopen to open files which have paths longer than the 260 characters supported by Windows natively.

I found out about the prefix \\\\?\\ which I need to put in front of the path to be able to handle the file.

My question is: Is this still valid in combination with fopen? I have still trouble to open the files, but I do not find information about it. My paths look like:

\\\\?\\C:\\Deposit\\Source\\Here_Comes_Now_A_List_Of_Many_Subdirs_And_A_Long_File_Name

I am not able to use the Windows API due to the requirement to write a cross-platform tool.

  • 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-24T02:54:23+00:00Added an answer on May 24, 2026 at 2:54 am

    You could work around this limitation in a cross-platform way with conditional compilation:

    #ifdef WIN32
         myFile = _wfopen( ... )
    #else
         myFile = fopen( ... )
    #endif
    

    I think any non-trivial cross-platform project will have to do this somewhere, or else use a library (like SDL) that does.

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

Sidebar

Related Questions

I have a trouble with using ctypes lib in my python script. Here is
having a little architectural trouble here. In C++, we have the notion of 'friends,'
I have trouble using Perl grep() with a string that may contain chars that
I am developing a small windows app, but have some trouble deciding whether to
I have written a page here on using arrays as proper objects with their
I have trouble using the transactionscope on SQLite, i am using the following code.
I have trouble deallocating memory that I allocated using malloc. The program runs fine
I have some trouble using an Ajax query in a Rails + JQuery ecosystem.
I have looked at the examples here on using ephem to calculate sunrise and
Hey, I have some trouble using the stream_publish method, more exactly with the attachment

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.