Re: How to work with long paths on Windows?
Preetpal via Digitalmars-d-learn Sun, 13 Nov 2022 19:01:01 -0800
In case anyone wants to see a working example of how to use long
paths on Windows, I uploaded a
[gist](https://gist.github.com/preetpalS/2fd6c6bf05a94734f89b70b679716bf3) (see my comment in the gist for how to make it work). It is an upgraded version of the original command line tool shown in the example code. I actually use this program to find files and directories sometimes (it matches against relative child paths in the search directory). The command line tool should work on FreeBSD, Linux and macOS.
- How to work with long paths on Windows? Preetpal via Digitalmars-d-learn
- Re: How to work with long paths on... Preetpal via Digitalmars-d-learn
- Re: How to work with long path... Preetpal via Digitalmars-d-learn
- Re: How to work with long paths on... Imperatorn via Digitalmars-d-learn
- Re: How to work with long path... Imperatorn via Digitalmars-d-learn
- Re: How to work with long path... Preetpal via Digitalmars-d-learn
- Re: How to work with long ... Imperatorn via Digitalmars-d-learn