Closed qins closed 6 years ago
You should copy xxxx.html
, along with the folder xxxx.html.files
, they should be kept together
Yeah, they were kept together. Like this?
And I found the html kept linux's file path, it will be fine if only file names left.
Thanks for the quick reply~
I see, I will fix this issue in future version.
Thanks.
This is fixed.
Can you try the latest code by git?
It works like a charm ;D
Sorry, I tested it in current path. So did not find the html folder's wrong path in Linux which is fixed in current path, not with mutscan.html's full path
Did you mean this bug is still not fixed?
Yes. The mFolderName is not in the same path with mFilename.
mkdir(mFolderName.c_str(), 0777);
Thanks, I see, I will fix it in minutes
Just fixed it, could you try the latest code again?
Thanks for your testing.
Solved. Appreciate your awesome work!
Great, closing...
As main html file(coloRectS2.mutscan.html)'s code show:
src='/home/foo/Work/Project/bar/coloRectS2.mutscan.html.files/index.html'
So, I can only use current directory as output directory?
Could you trim the header of the html report file path in main html's src code?
Thanks!