Field pathname.maxDirectoryPathLength
Maximal directory path length supported by all functions (native, .NET and this library).
For longer paths need @"\\?\"
prefix. It is supported by most native kernel API (but not shell API) and most functions of this library and .NET.
public const int maxDirectoryPathLength = 247