8 lines
139 B
C++
Raw Normal View History

2014-08-03 19:52:23 +02:00
#include <giomm.h>
int main(int argc, char *argv[])
{
Glib::RefPtr<Gio::File> f = Gio::File::create_for_path("path");
return 0;
}