API Windows AC 21 cannot open file if filepath length > 130 chars
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-05-22
10:18 PM
- last edited on
2023-07-12
05:43 PM
by
Doreena Deng
2018-05-22
10:18 PM
Before AC 21 this string was work correctly.
ifstream in(fname, ios::in | ios::binary);
But on AC 21 do not work if fname length more 130 chars.
How do I increase this limit to the normal 260 for Windows?
ifstream in(fname, ios::in | ios::binary);
But on AC 21 do not work if fname length more 130 chars.
How do I increase this limit to the normal 260 for Windows?
Labels:
- Labels:
-
Add-On (C++)
0 REPLIES 0