X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;h=ca19aea53139b11da68420de6dc28c239990d626;hb=4a2d841cb97fb02351022efe9d7068b1dc212bf9;hp=f101d1f808fdb22d0fac7795dcc6388be6dacaf2;hpb=5a86e9e5a5a9e061e17b3ae64fb8881f14e53b8a;p=mothur.git diff --git a/mothur.h b/mothur.h index f101d1f..ca19aea 100644 --- a/mothur.h +++ b/mothur.h @@ -487,7 +487,7 @@ inline string getFullPathName(string fileName){ } #else if (path.find("~") != -1) { //go to home directory - string homeDir = getenv ("HOME"); + string homeDir = getenv ("HOMEPATH"); newFileName = homeDir + fileName.substr(fileName.find("~")+1); return newFileName; }else { //find path