Closed
Description
When .net core system.io Directory.GetFiles() operates \\xxx.xx.xx.x@88\DavWWWRoot\Doclib, there will be an extra'\0' at the end of the file path string, such as "\\xxx .xx.xx.x@88\DavWWWRoot\DocLib\TeamViewer_Setup.exe1\0", and then use File.ReadAllBytes() to read content and an error occurred: System.ArgumentException:“Illegal characters in path. ”, but this will not happen in the .net framework.