As I previously mentioned. I’ve started to do a bit of hacking in the evenings. It’s a fun way to unwind after a hard days’ study.
For the past few days I’ve been working on a GNOME VFS module to extract contacts from an Evolution address book. It works
balor@navi ~/MonoDevelopProjects/GnomeVFSContacts $ gnomevfs-ls contacts:///
Delaney, Declan (Directory, x-directory/normal) size 0 mode 0000
Dully, Diane (Directory, x-directory/normal) size 0 mode 0000
O’Riordan, Ciaran (Directory, x-directory/normal) size 0 mode 0000
Dully, Lorraine (Directory, x-directory/normal) size 0 mode 0000
Delaney, Aidan (Directory, x-directory/normal) size 0 mode 0000
There’s the obligatory screenshot too

I’ll probably write an application in C# instead of continuing with the VFS module in C.