deleteFile abstract method

bool deleteFile(
  1. String path
)

Delete a file at the given path. Returns true if successful, false otherwise.

Implementation

bool deleteFile(String path);