MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / touch

Method touch

tools/debianFileSystem/src/org/boxedwine/Main.java:322–325  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

320 }
321
322 static void touch(String path) throws Exception {
323 File file = new File(Settings.outputDir + path);
324 FileUtils.writeStringToFile(file, "", "UTF-8");
325 }
326
327 static String xConf = "Section \"ServerLayout\"\n" +
328 " Identifier \"X.org Configured\"\n" +

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected