Mail Archives: djgpp/1998/01/10/23:00:34
Sam Barjoud wrote:
>
> _USE_LFN reports 1, and fopen()/fwrite() can access and create files
> with lfns....but dos_findfirst and dos_findnext return truncated
> filenames. Not sure if this is the problem, but here's the way in
> which I invoke dos_findfirst:
I examined the source, and _dos_findfirst()/_dos_findnext() do not
appear to support long filenames. Is there any reason why you can't use
findfirst()/findnext() instead? They do support LFNs.
--
---------------------------------------------------------------------
| John M. Aldrich | "Sin lies only in hurting other |
| aka Fighteer I | people unnecessarily. All other |
| mailto:fighteer AT cs DOT com | 'sins' are invented nonsense." |
| http://www.cs.com/fighteer | - Lazarus Long |
---------------------------------------------------------------------
- Raw text -