Exist Check file path exist in system
@override Future<bool?> exist(String path, {Context? ctx}) async { return await _h.invoke(this, _methods['exist']!, [path], ctx); }