deleteFile abstract method

void deleteFile(
  1. String path
)

Deletes a file at path if it exists, throwing a FileSystemException otherwise.

Implementation

void deleteFile(String path);