Searched refs:export_path (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dfile.cpp1403 Glib::ustring export_path; local
1428 export_path = attr3;
1430 if (!Inkscape::IO::file_test(export_path.c_str(),
1432 export_path = Glib::ustring("");
1434 if (export_path.empty())
1435 export_path = g_get_home_dir();
1437 export_loc = export_path + G_DIR_SEPARATOR_S + _("drawing") + filename_extension;
1442 export_path = Glib::path_get_dirname(doc->uri);
1448 Glib::ustring export_path_local = Glib::filename_from_utf8(export_path);
1450 export_path
[all...]

Completed in 36 milliseconds