X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.cpp;h=e7f0c8e3b764c66362f0004b7dbabc4f4c6fdaa3;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=66ee704dd59d0221d1a0a7a40de65ecf42d762b2;hpb=2ff2d03fbe46ce8cf2738bff4403a52be4f31e2f;p=mothur.git diff --git a/mothurout.cpp b/mothurout.cpp index 66ee704..e7f0c8e 100644 --- a/mothurout.cpp +++ b/mothurout.cpp @@ -797,7 +797,7 @@ bool MothurOut::dirCheck(string& dirName){ //test to make sure directory exists dirName = getFullPathName(dirName); - string outTemp = dirName + tag + "temp"; + string outTemp = dirName + tag + "temp"+ toString(time(NULL)); ofstream out; out.open(outTemp.c_str(), ios::trunc); if(!out) {