|
Top Previous Next |
Overview Method to set the current working directory. This command does the same thing as the WORKINGDIR command except that even if your session is non-blocking this command will block.
C++ Definition void RoboSetWorkingDir( _bstr_t strWorkingDir )
VB Definition RoboSetWorkingDir( strWorkingDir As String ) As Void
C# Definition void RoboSetWorkingDir( String strWorkingDir )
VB.NET Definition RoboSetWorkingDir( strWorkingDir As String ) As Void
Throws an exception on failure such as no session started or invalid working directory. |