source: trunk/guitools/evfsgui/wps_open.vrx@ 689

Last change on this file since 689 was 638, checked in by Herwig Bauernfeind, 14 years ago

GUI-Tools: EVFSGUI 2.5.x: Initial commit

File size: 423 bytes
Line 
1/*:VRX Main
2*/
3Main:
4 signal on halt
5 say time()' wps_open thread started'
6 mountpoint = arg(1)
7 openmode = arg(2)
8 say ' Opening WPS object "'mountpoint'" in "'openmode'" view'
9 call SysSetObjectData mountpoint, "OPEN="openmode";"
10 /* call SysSetObjectData mountpoint, "OPEN="openmode";" */
11 say time()' wps_open thread done'
12exit
13
14/*:VRX Halt
15*/
16Halt:
17
18exit
19
Note: See TracBrowser for help on using the repository browser.