Basically I want to load a file from different folders. However if want know if it's possible to something like this.
AppPath & "data\images\char\EditBox.Text\chain1.png"
Develop games in your browser. Powerful, performant & highly capable.
Yea, i'm pretty sure it's possible.
however it might be something like this
AppPath & "data\images\char\"&EditBox.Text&"\chain1.png"
Yep, it worked. Thanks.