How can I keep a directory or a starting file

  • Thread starter Thread starter Iris
  • Start date Start date
I

Iris

I have a directory which I want to be watched by the file-
watcher. Now I have a question. I want this directory to
be selected once and then be safed so that everytime I
start the program I dont have to load it again. So that
it is printed into the textbox and only changed if
necessary.
Can you help me??
 
Store the directory name in the registry and read it from registry each
time you start the program.
If no entry was found, ask the user again (or the first time).
 
Back
Top