removeFile package:rawfilepath

Remove a file. This function internally calls unlink. If the file does not exist, an exception is thrown.
A function that "tries" to remove a file. If the file does not exist, nothing happens.