Hello, > > Throwing exceptions turns out to be very inefficient. > > Hmmm... so, with my GnomeVFS wrapper, would it be a > good idea to have GnomeVFSResult returned? (Instead > of having it thrown, like I have now.) Yes, you should return an error code (like most Gnome VFS routines do). Miguel