Back

MakeFolder

MakeFolder creates a folder on the internal or external file storage. This method will create the complete folder path if necessary.

app.MakeFolder( folder )

Example - Example



function OnStart()
{
    app.MakeFolder( "/sdcard/Temp/MyStuff" );
}
    Copy     Copy All       Run      

string - path to file or folder ( "/absolute/..." or "relative/..." )