GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Set_Situation(special file) Set_Situation(special file)

Set_Situation — set a tool's current working directory

Set_Situation(in string path);

The Set_Situation request sets the current working directory.

The path argument is the pathname of the working directory that the recipient should use.

The ttdt_session_join(3), function can be used to register for, and transparently process, the Set_Situation request.

The Set_Situation request can be sent as in the following example:

Tt_message msg = tttk_message_create(0, TT_REQUEST, TT_SESSION,

the_recipient_procid, TTDT_SET_SITUATION,
my_callback); tt_message_arg_add(msg, TT_OUT, Tttk_string, 0); tt_message_send(msg);

Set_Situation can also be sent as a multicast notice, as an edict to all tools in the scope of the message. The consequences of doing so can be severe and unexpected.

tt_message_arg_add(3), tt_message_send(3), ttdt_session_join(3); Get_Situation request.


Search for    or go to Top of page |  Section s |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.