{zh} @brief 设置上传文件绝对路径
FutureOr<void> setFilePath(int num, Array<String> path) async { return await nativeCall('setFilePath', [num, path]); }