Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1240
Do temp files ever get cleaned up?
posted

I am noticing that there are a bunch of temp folders created under C:\Users\<user name>\AppData\Local\Temp\IG\RPT\LS. Do these temp files ever get cleaned up?

These appear to be created each time a report is generated (I'm doing it in code, if that matters.) The temp folders all seem to have Guid like names. Here's the structure under those folders:

 Directory of C:\Users\<user name>\AppData\Local\Temp\IG\RPT\LS\1f9e4fd0-c211-40ea-ba26-39a09b5e674d

24-Mar-12  10:29    <DIR>          .
24-Mar-12  10:29    <DIR>          ..
23-Mar-12  14:20                 0 FINISHED
23-Mar-12  14:20    <DIR>          FRAGMENTS
23-Mar-12  14:20    <DIR>          PAGES
23-Mar-12  14:20    <DIR>          PROCESS
               2 File(s)              0 bytes

 Directory of C:\Users\<user name>\AppData\Local\Temp\IG\RPT\LS\1f9e4fd0-c211-40ea-ba26-39a09b5e674d\FRAGMENTS

23-Mar-12  14:20    <DIR>          .
23-Mar-12  14:20    <DIR>          ..
23-Mar-12  14:20                 4 COUNT
23-Mar-12  14:20               768 ITEM.1
23-Mar-12  14:20            59,694 ITEM.2
23-Mar-12  14:20            62,546 ITEM.3
23-Mar-12  14:20            58,316 ITEM.4
23-Mar-12  14:20            64,233 ITEM.5
23-Mar-12  14:20               815 ITEM.6
23-Mar-12  14:20               104 ITEM.7
23-Mar-12  14:20               691 PAGEFOOTER
23-Mar-12  14:20               644 PAGEHEADER
              10 File(s)        247,815 bytes

 Directory of C:\Users\<user name>\AppData\Local\Temp\IG\RPT\LS\1f9e4fd0-c211-40ea-ba26-39a09b5e674d\PAGES

23-Mar-12  14:20    <DIR>          .
23-Mar-12  14:20    <DIR>          ..
23-Mar-12  14:20                 4 COUNT
23-Mar-12  14:20            54,487 ITEM.1
23-Mar-12  14:20            64,326 ITEM.2
23-Mar-12  14:20            45,916 ITEM.3
23-Mar-12  14:20            59,505 ITEM.4
23-Mar-12  14:20            28,849 ITEM.5
               6 File(s)        253,087 bytes

 Directory of C:\Users\<user name>\AppData\Local\Temp\IG\RPT\LS\1f9e4fd0-c211-40ea-ba26-39a09b5e674d\PROCESS

23-Mar-12  14:20    <DIR>          .
23-Mar-12  14:20    <DIR>          ..
23-Mar-12  14:20             4,303 REPORT
23-Mar-12  14:20                 1 REPORTASSEMBLY
               2 File(s)          4,304 bytes

     Total Files Listed:
              20 File(s)        505,206 bytes
              11 Dir(s)  42,219,638,784 bytes free

So, just wondering who is going to clean those up?

Thanks,

Mike