kWin32LocalPathPrefix top-level constant
String
const kWin32LocalPathPrefix
Local storage File or Directory path prefix required on Windows for long file path support.
Default implementation in dart:io does not support long file paths on Windows.
Reference: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry
Implementation
const String kWin32LocalPathPrefix = '\\\\?\\';