ext_storage icon indicating copy to clipboard operation
ext_storage copied to clipboard

No such file or directory

Open gtuceturan opened this issue 3 years ago • 0 comments

Hello I'm using

ExtStorage.getExternalStoragePublicDirectory(ExtStorage.DIRECTORY_DOCUMENTS)

String fileDrc=await ExtStorage.getExternalStoragePublicDirectory(ExtStorage.DIRECTORY_DOCUMENTS); final path= Directory( fileDrc+ "/Reports");

  if (!(await path.exists()))
    path.create();

but I get error

FileSystemException: Creation failed, path = '/storage/emulated/0/Documents/Reports' (OS Error: No such file or directory, errno = 2), stack trace: #0

gtuceturan avatar Oct 05 '21 09:10 gtuceturan