I am reading and writing to files without issue, but would like to put some conditions around my tests, such as does the file exist, before attempting to move forward.
Is there anything like karate.fileExists(filename) that could be used, or would we need to call a java function or js try/catch block to build in this support.
** NOTE: Delete is just a nice to have, possibly for future use.