Deletes a file with the given name.
function deleteFile input String fileName; output Boolean success; end deleteFile;