Network storage path have a \ prefix on Windows. For these paths, \?\ prefix does not work correctly.
const List<String> kWindowsNetworkPathPrefixes = ['\\', '/'];