Hi,
the line of code below worked fine with manifest at <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
If File.Exists(File.DirRootExternal, "/Storage/") = False Then
File.MakeDir(File.DirRootExternal, "/Storage/")
However with the new API 26 requirement (targetSdkVersion="26"), the Storage folder is not created.
Pls help
the line of code below worked fine with manifest at <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
If File.Exists(File.DirRootExternal, "/Storage/") = False Then
File.MakeDir(File.DirRootExternal, "/Storage/")
However with the new API 26 requirement (targetSdkVersion="26"), the Storage folder is not created.
Pls help