makeTemporary method
void
makeTemporary()
Implementation
void makeTemporary() {
fs.file(path).copySync(temporaryPath);
fs.file(path).deleteSync();
}
void makeTemporary() {
fs.file(path).copySync(temporaryPath);
fs.file(path).deleteSync();
}