delete

fun delete(importName: String, fileName: String): Boolean

Deletes a file at the specified location

Return

if the file was deleted

Parameters

importName

name of the import

fileName

name of the file


fun delete(fileLocation: String): Boolean

Deletes a file at the specified location

Return

if the file was deleted

Parameters

fileLocation

the path of the file