Searched defs:import_path (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dfile.cpp1293 static Glib::ustring import_path; local
1301 if(import_path.empty())
1304 if (!attr.empty()) import_path = attr;
1307 //# Test if the import_path directory exists
1308 if (!Inkscape::IO::file_test(import_path.c_str(),
1310 import_path = "";
1313 if (import_path.empty())
1315 import_path = g_get_home_dir();
1316 import_path.append(G_DIR_SEPARATOR_S);
1323 import_path,
1700 static Glib::ustring import_path; local
[all...]

Completed in 57 milliseconds