I try to create folder with mp3 files to open from...
# korau
r
I try to create folder with mp3 files to open from shared code, but I can’t understand where it should be. Is it possible? Targets are Android and iOS.
d
Not tried to use korau directly without korge. In korge you usually just put it in the commonMain/resources folder, but korge handles placing it into the right place in each platform. Korau doesn't have anything special related to that
r
Copy code
package com.soywiz.korio.file.std
Can this package help me without import korge?