Android Question write file with external storage lib

gjoisa

Active Member
Licensed User
Longtime User
how to write a string file(or some other) with external storage lib ? like this File.WriteString(File.DirDefaultExternal,"xyz.txt","SomeText") ?
 
Top