Displaying 1 result from an estimated 1 matches for "longpathsenabled".
2019 Jul 24
1
Writing files with long paths on Windows fails even after enabling long paths
Hello all,
We now can have long file paths on Windows by setting the LongPathsEnabled
key to 1 at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
in the Registry Editor. I can successfully rename files to have long paths
in File Explorer.
R still isn't able to take advantage of the change, however:
write(1, paste0(paste(sample(letters, 265, TRUE), collapse = ...