Changeset 327 for branches/guitools-2.0/shared/smbtree.vrs
- Timestamp:
- Sep 7, 2009, 3:05:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/shared/smbtree.vrs
r325 r327 12 12 end 13 13 14 if ShowHidden = 'SHOWHIDDEN' | ShowHidden = '' then ShowHidden = 114 if ShowHidden = 'SHOWHIDDEN' | ShowHidden = '' then ShowHidden = 0 15 15 16 16 say 'detach 'samba.!smbtreeexe' 'debuglevel' 'UserCred' >'samba.!msg … … 31 31 stat = stream(samba.!msg,'c','open read') 32 32 if stat <> "READY:" then return 33 34 if ShowHidden = 'SHOWHIDDEN' | ShowHidden = '' then ShowHidden = 0 33 35 34 36 ok = VRset("TM_RefreshTreeDisplay","Enabled",0)
Note:
See TracChangeset
for help on using the changeset viewer.