I try to use the error handling modeling in Swift2.
do { try NSFileManager.defaultManager().removeItemAtPath(\"path\") } catch { // ... } finally { /