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