static File saveLibraryTo(S snippetID, File file) { ret copyFile(loadLibrary(snippetID), file); }