jellyfin/Emby.Server.Implementations/IO
gnattu 1a7c2299c6 Catch IOExceptions for GetFileSystemMetadata
Our `GetFileSystemEntries` method will throw when enumerating the file system, but its callers might consider the unhandled exceptions as the whole path is not available. This would cause a single problematic file to fail the enumeration, and could lead to unexpected side effects.

HandleIOException gracefully by marking the files throwing as not exist to let the caller skip that file.
2025-01-19 00:40:13 +08:00
..
FileRefresher.cs Remove redundant SuppressFinalize call 2023-10-07 23:41:45 +02:00
LibraryMonitor.cs Watch library directories with perm errors (#10684) 2024-09-19 07:12:32 -06:00
ManagedFileSystem.cs Catch IOExceptions for GetFileSystemMetadata 2025-01-19 00:40:13 +08:00
MbLinkShortcutHandler.cs Minor LibraryMonitor improvements 2023-09-13 17:30:50 +02:00