# HG changeset patch # User Alain Mazy # Date 1766492736 -3600 # Node ID 10219d46a7acf31833c7fae095610ca764ebd776 # Parent a03f1959d78d781b6191d334614d8f8164a27d1f# Parent 8314cdbaff36927a07f00c8d84b29c960ef2607a merge diff -r a03f1959d78d -r 10219d46a7ac Common/FileSystemStorage.cpp --- a/Common/FileSystemStorage.cpp Tue Dec 23 13:25:21 2025 +0100 +++ b/Common/FileSystemStorage.cpp Tue Dec 23 13:25:36 2025 +0100 @@ -156,6 +156,5 @@ fs::path path = BaseStorage::GetOrthancFileSystemPath(uuid, fileSystemRootPath_); - return Orthanc::SystemToolbox::IsExistingFile(path.string()); + return Orthanc::SystemToolbox::IsRegularFile(path.string()); } - diff -r a03f1959d78d -r 10219d46a7ac TODO --- a/TODO Tue Dec 23 13:25:21 2025 +0100 +++ b/TODO Tue Dec 23 13:25:36 2025 +0100 @@ -9,7 +9,7 @@ - /move-storage shall also move the attachments at Study/Series/Patient level, not only the Instances -- in Hybrid mode, add a Rest API method to know where the files are stored. +- in Hybrid mode, add a REST API method to know where the files are stored. https://discourse.orthanc-server.org/t/the-question-about-migrating-to-object-storage/4841/4 https://discourse.orthanc-server.org/t/question-about-data-storage/6358