If your target is Cpp
you can use sys.FileSystem and sys.io.File
and use File.getContent() to get string data
if you want to load asset like PNG / JPEG / WAV… etc
you need load byte data first by using File.getBytes()
and turn byte data into bitmap data or sound by using “format” library