hi! im really new to Javascript, i want to ask what is the code for me to change the path file but for android storage directory?
private var path:File;
public function Config(name:String)
{
super();
var userDirectory:File = new File("C:/Users/pc/Documents/Downloads");
var game:File = userDirectory.resolvePath("Folder");