Using DirectoryInfo.Exists is false even if the directory exists
问题 I'm having a problem when creating a DirectoryInfo, The directory I give when creating the DirectoryInfo is this: "S:\PUBLICO\ESTUDIOS DIGITALIZADOS\PREVENTIVA\ELECTROS\2020\01-ENERO\08\" And when checking if DirectoryInfo exists it's false, even though it exists. This is a problem because it throws an exception even when using di.GetFiles(). Also, when accessing folders from 2019 instead of 2020 it works perfectly, and uses the exact same code This is the code that matters: strDirectorioBase