Skip to content

Instantly share code, notes, and snippets.

@droidScriptKiddy
Created August 17, 2019 20:22
Show Gist options
  • Save droidScriptKiddy/132e9e593ed006d15bc9f7ddbd40751a to your computer and use it in GitHub Desktop.
Save droidScriptKiddy/132e9e593ed006d15bc9f7ddbd40751a to your computer and use it in GitHub Desktop.
d$K DroidScript 'Hello World' Example Remover
var fn=app.GetPath()+'/Hello World';
if(app.IsFolder(fn)){
app.DeleteFolder(fn);
app.WriteFile(fn,'bye');
alert('bye bye...');
}
app.Exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment