Answers for "(OS Error: Operation not permitted, errno = 1)"

0

(OS Error: Operation not permitted, errno = 1)

var path = await ExtStorage.getExternalStorageDirectory();
final file = await File(path+'/Traders/Report').create(recursive: true);
file.writeAsStringSync("Hello I'm writting a stackoverflow answer into you");
Posted by: Guest on February-07-2022

Code answers related to "(OS Error: Operation not permitted, errno = 1)"

Browse Popular Code Answers by Language