kumakore / kumakore-sdk

Kumakore SDK
http://www.kumakore.com
3 stars 0 forks source link

Request, KumakoreApp.delete(string) #44

Closed Callabrator closed 10 years ago

Callabrator commented 10 years ago

I often want to simulate a fresh install of my app so I want to remove the .kkp file off of the local disk. I can use File.Destroy myself, but I think the SDK should provide this functionality.

chbfiv commented 10 years ago

I'll add boolean delete(String path)

and log an error if it's a critical error (permission, ....) besides not found.

chbfiv commented 10 years ago

Added static bool Kumakore.delete(String path)

and

bool app.delete()

helpers to remove KumakoreApp state files