Storing paths in GSettings

Hi all,

I would like to be able to store a path to a file in GSettings. So, when crafting the gschema.xml file I set the default for the key to a what I want my application to use as a default path.

However, while building glib-compile-schema generates an error:

Error on line 4 char 1: A path, if given, must begin and end with a slash.  --strict was specified; exiting.

I can’t find anything with Google on the topic so, hopefully, someone here can explain how I am supposed to store paths in GSettings?

Thank you.

Nevermind, I figured it out. I was looking at the wrong path.