As discussed in your previous question on 32k Max File Path … That is not possible in the ANSI API used by Clarion …
Those are UNICODE which the DCT does not support, and take 2x the Bytes so 64k bytes. Plus they often contain Chr(0) so an ANSI CSTRING cannot work.
The Windows API has many functions that also have Unicode versions to permit an extended-length path for a maximum total path length of 32,767 characters
Do you not recall this discussion that you started?