Forum Discussion

alex_hokanson's avatar
alex_hokanson
Occasional Contributor
12 years ago
Solved

Can't find Description.tc.log

What causes this sort of error.  Whenever I run a test on one of my machines, I get this after the test finished and then I dont' know if the test passed, failed, etc.  The project suite that I am wor...
  • hlalumiere's avatar
    11 years ago
    To be honest, there are versions of every file IO API that supports longer path name. That limitation was essentially lifted after Windows XP. You can call the unicode version of the API by pre-pending "\\?\" to your path. C:\TestPath becomes \\?\C:\TestPath. That raises the limit to 32K length.  This might however be incompatible with some implementations if you supply it externally, the issue should be solved internally, by Smartbear.