X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=libede%2Fsrc%2FFileSystemBox.ec;h=8557aac2c2c7c218c32f8ef1549edb23b5f04535;hp=9744ae181d9e28d3f902a26fa75fe592dc4cba33;hb=a6de2d6f9b217a71c50e998222d31a9f091ff131;hpb=b97af73d7dce0368152b23f4c034e21db4a9ff6c diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 9744ae1..8557aac 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) @@ -2118,7 +2121,8 @@ public: } return node; }*/ -static FileSystemNode MakeFileSystemNode(const FileStats stats, + +FileSystemNode MakeFileSystemNode(const FileStats stats, const char * fileName, const char * filePath, const bool previewPicture, const DisplaySystem displaySystem) {