resultFilePath property

String? resultFilePath
getter/setter pair

The path to the file.

If setting the path, the host should ensure that it is an absolute path, including the file name, and that the path does not point to an existing file. If the path points to an existing file, the file will be overwritten. If the directory does not exist, it is created.

Officially Supported Platforms/Implementations:

  • Windows WebView2

Implementation

String? resultFilePath;