]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/OS/DirContents.cxx
Cast image filter added. ROI filter modified.
[cpPlugins.git] / lib / cpPlugins / OS / DirContents.cxx
index 9a801e8b398d14445483719faae8522ea7271e05..4bb759cd65266e3db2d48e38611284a31a7150d9 100644 (file)
@@ -41,7 +41,7 @@ LoadDirContents(
         {
           if( pattern != "" )
           {
-            if( cpPlugins::OS::Glob( fname, pattern ) )
+            if( cpPlugins::OS::Glob( fname, path_str + pattern ) )
               output.insert( fname );
           }
           else