Skip to content
Prev 56928 / 63424 Next

use of buffers in sprintf and snprintf

On Fri, May 31, 2019 at 3:39 AM Henrik Bengtsson
<henrik.bengtsson at gmail.com> wrote:
[...]
AFAICT NTFS supports path names up to 32,767 characters. The Unicode
Win API functions also support these, or you can just prefix the paths
with \\?\ to support them. I don't know if there is anything in R that
would prevent using the \\?\ prefix but just doing a file() on them
seems to work fine.

Gabor