Connect Method Example

This example establishes a connection to a network drive (\\Project\Info) protected with the password "smiley" and assigns the network drive to the next available drive letter.

System.Connect Path:="\\Project\Info", Password:="smiley"

This example establishes a connection to a network drive (\\Team1\Public) and assigns the network drive to the third available drive letter.

System.Connect Path:="\\Team1\Public", Drive:=2