fun exists(callback: (dirUrl: String, fileName: String) -> Boolean): Unit
Register callback responsible for checking file existence.
fun exists(dirUrl: String, fileName: String): Boolean
Checks if file with given name exists in directory at specified URL.