i.e. todo.txt, medical.txt, etc.

I looked at XML files in C:\Program Files\Notepad++, but to no avail.

Notepad++ image

link|improve this question

50% accept rate
feedback

3 Answers

up vote 2 down vote accepted
C:\Users\[username]\appdata\roaming\notepad++\config.xml

or perhaps

C:\Users\[username]\appdata\roaming\notepad++\session.xml

By the way, if you want to know how I found this out, I fired up Sysinternals ProcMon, set a filter on the ProcessName field to "notepad++.exe", closed Notepad++ and then ProcMon showed me which files had been accessed when I closed it.

link|improve this answer
Beat you to it by 7 seconds :P – BloodPhilia Jan 31 '11 at 23:30
Did I see you ninja-deleting an answer? :) – Ciaran Jan 31 '11 at 23:43
Well, if BloodPhilia really was first, I'll have to mark him as the answer. – JohnB Jan 31 '11 at 23:45
Check out my super educational edit! – Ciaran Jan 31 '11 at 23:47
Oh man, sorry BloodPhilia! :o – JohnB Jan 31 '11 at 23:57
show 1 more comment
feedback

It's in C:\Users\<USER>\AppData\Roaming\Notepad++\session.xml

link|improve this answer
feedback

This location should work regardless of username or Windows version:

%APPDATA%\Notepad++\session.xml
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.