X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fsrc%2FFileSystemBox.ec;fp=libede%2Fsrc%2FFileSystemBox.ec;h=cbf218955be5342fd016037f7811a049f9e1c897;hp=9744ae181d9e28d3f902a26fa75fe592dc4cba33;hb=01dca8b87f3635bd0b8d2309d16fb1070601457c;hpb=b97af73d7dce0368152b23f4c034e21db4a9ff6c diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 9744ae1..cbf2189 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -1881,12 +1881,15 @@ public: } } else + { /*#ifdef __WIN32__ strcpy(outputPath, "/"); #else*/ - strcpy(outputPath, name); + //strcpy(outputPath, name); + strcpy(outputPath, path); + PathCat(outputPath, name); //#endif - + } } bool IsChildOf(FileSystemNode node)