Ingest module: Check if a file is deleted or not

Hello,

How can I get the variable that says if a file is deleted or not?

Example I have the following variables from before, but I need one that says if the file was deleted:

	xmlCreated = file.getCrtime()
	xmlAccessed = file.getAtime()
	xmlWritten = file.getMtime()
	xmlFileSize = file.getSize()
	xmlPhysicalLocation = Long.toString(file.getMetaAddr())

Try file.getDirFlagAsString()