Difference between revisions of "Temporary Filenames"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "Truxton follows a pattern when it has to create temporary files. {| class="wikitable" |- ! First Three Letters ! Author |- | style="text-align:center;" | CTS | [https://gith...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Truxton follows a pattern when it has to create temporary files.
 
Truxton follows a pattern when it has to create temporary files.
 
+
The first three letters leave a clue as to who created it.
 +
This gives you a hint of where to look if lots of temporary files are being left lying around.
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
! First Three Letters
 
! First Three Letters
! Author
+
! ETL
 
|-
 
|-
 
| style="text-align:center;" | CTS
 
| style="text-align:center;" | CTS
| [https://github.com/Probity/Truxton/blob/master/ETL/ContactSheet/ContactSheet.cs#L553 ContactSheet]
+
| ContactSheet
 
|-
 
|-
 
| style="text-align:center;" | RGR
 
| style="text-align:center;" | RGR
| [https://github.com/Probity/Truxton/blob/master/ETL/RegRipper/Program.cs#L327 Regripper ]
+
| Regripper
 
|}
 
|}

Latest revision as of 09:12, 8 June 2020

Truxton follows a pattern when it has to create temporary files. The first three letters leave a clue as to who created it. This gives you a hint of where to look if lots of temporary files are being left lying around.

First Three Letters ETL
CTS ContactSheet
RGR Regripper