hi! im really new in Java, i want to ask how do i change the file path but for android storage directory? or its not possible?
public function Config(name:String)
{
super();
var userDirectory:File = new File("C:/Users/pc/Downloads/Compressed");
var game:File = userDirectory.resolvePath("Folder");