alex_hokanson
13 years agoOccasional Contributor
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...
- 12 years agoTo 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.