@GFS-Invest said in Transfer temp ‘new’ files from old system to new system:
When I start up NotePad++ on my new system, the temp ‘new’ are not being opened.
To give some color as to why: Notepad++ doesn’t just look at the backup folder and load all of those files; instead, it has a session file, which tells it how many unsaved files are currently open, and which temporary backup file each of those unsaved files maps to.
While Notepad++ doesn’t do that, you can use a scripting language of some sort to do it. For example, here I published a solution that works with the PythonScript plugin: it will scan through your backup directory, and add a file to the current session for each file in that directory.
But as Alan says, with only a handful of files (and 8 is easily within those bounds), don’t bother with that script: just manually copy the data from those into new file(s).
And I second his encouragement to use known-location saved files. I always have a file open at work that is Peter's Scratchpad: it’s where I put in my “temporary” stuff, which I may delete from at a moment’s notice, but is always saved, so the “temporary” data can persist for seconds, minutes, hours, days, months, or years. (Yes, I do have stuff in there for years – it’s where I keep my list of unicode checkboxes and arrows that I frequently use and want to be able to easily copy/paste into other documents or into forums like this → ☑.)