ide: fix lack of support of variables in node path for find in files.
[sdk] / ide / src / project / Workspace.ec
index ba6c2b8..b696490 100644 (file)
@@ -370,7 +370,7 @@ public:
       }
       if(prj)
       {
-         node.GetFullFilePath(absolute, true);
+         node.GetFullFilePath(absolute, true, true);
          return CopyString(absolute);
       }