#include int main(int argc, char* argv[]) { Glib::RefPtr f = Gio::File::create_for_path("path"); return 0; }