]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.cpp
rewrote metastats command in c++, added mothurRemove function to handle ~ error....
[mothur.git] / systemcommand.cpp
index ab9674f6836cafb373af0b89e43f4f7519476ae4..d0057e8b4e8c199f9113f54af6a46836ab6f58b4 100644 (file)
@@ -106,7 +106,7 @@ int SystemCommand::execute(){
                in.close();
                
                m->mothurOut(output); m->mothurOutEndLine();
-               remove(filename.c_str());
+               m->mothurRemove(filename);
                                
                return 0;               
        }