Put your config file in pastebin and link it.
First guess though, you didn't un-comment the line.
Default...
<!--property name="SaveGameFolder" value="absolute path" /--> <!-- use this to override the default save game path -->
What you would want...
<property name="SaveGameFolder" value="F:\7days\Saves" /> <!-- use this to override the default save game path -->
What I bet you have right now...
What you would want...
<!--<property name="SaveGameFolder" value="F:\7days\Saves" /--> <!-- use this to override the default save game path -->