Limitations of TEMP directory in Windows?

前端 未结 4 600
长发绾君心
长发绾君心 2021-01-19 00:09

I have an application written in Python that\'s writing large amounts of data to the %TEMP% folder. Oddly, every once and awhile, it dies, returning IOEr

4条回答
  •  無奈伤痛
    2021-01-19 00:52

    There shouldn't be such space limitation in Temp. If you wrote the app, I would recommend creating your files in ProgramData...

提交回复
热议问题