google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 604 forks source link

[Windows] How can I create or write on disk C? Do I need permission to do this? If yes, please tell me the way I can do it #861

Closed manle93 closed 3 years ago

manle93 commented 3 years ago

Describe Request When I use the method File.create(). It have exception:

[ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: FileSystemException: Creation failed, path = 'C:\Windows\System32\isana\log\app' (OS Error: Access is denied., errno = 5)

stuartmorgan commented 3 years ago

https://github.com/google/flutter-desktop-embedding/blob/master/README.md#feedback