file_query_exists
Description:
[
Version ( since =
"0.6" ) ]
public Future file_query_exists (
File file)
Queries to see if file exists asynchronously.
Parameters:
Returns:
|
a [class@Dex.Future] that will resolve with true if the file exists, otherwise reject with
error.
|