<https://kotlinlang.slack.com/archives/C5HT9AL7Q/p...
# squarelibraries
r
y
That looks fine for common
r
thanks for replo
i want to write the file in download folder in adndroid and ios how can i code so it will work can you help
y
Getting the download directory will be android specific, I guess grabbing off the context?. Then pass that into the common function.
r
so the path will be platform specific ?
do you have a working example ?
y
Sorry, I dont
Something like context.getExternalFilesDir(DIRECTORY_DOWNLOADS) but I'm guessing