deleteFile method
Deletes the file at path.
Implementation
void deleteFile(String path) {
resourceProvider.getFile(convertPath(path)).delete();
}
Deletes the file at path.
void deleteFile(String path) {
resourceProvider.getFile(convertPath(path)).delete();
}