Try
Dim folder As String = "/Applications"
fx.Msgbox(MainForm, folder, "")
Dim shl As Shell
shl.InitializeDoNotHandleQuotes("shl", "Open", Array As String (folder))
shl.WorkingDirectory = "/"
shl.Run(400)
Catch
fx.Msgbox(MainForm, LastException.Message, "")
End Try