1 2 3 4 5 6 7
#include <giomm.h> int main(int argc, char* argv[]) { Glib::RefPtr<Gio::File> f = Gio::File::create_for_path("path"); return 0; }