//This script demonstrates how to connect to a server, then change the directory.

await FirstView.Connect({~0});

if({~1} != null)

{

    FirstView.ChangeDir({~1});

}