HaxeFoundation / HaxeFoundation/hxcpp

Windows long path support

Open
#1,352 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
330
Forks
227
Avg merge
2d 16h
Merged PRs (30d)
18

Description

Windows 10 allows you to opt-out of the `MAX_PATH` limit for file operations, but Sys.cpp makes use of `MAX_PATH` for stack allocated path buffers. It would be nice to be able to support these long Windows paths.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading Sys.cpp and locating the stack-allocated path buffers that use MAX_PATH. Trace the Windows file-operation paths and verify that operations succeed with paths longer than MAX_PATH on Windows 10.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.