Changeset 393 for branches/guitools-2.0/shared/smbtree.vrs
- Timestamp:
- Jan 26, 2010, 7:55:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/shared/smbtree.vrs
r361 r393 69 69 parse var smbtreeline.sl '\\'machine'\'share '09'x comment 70 70 machine = strip(machine) 71 share = left(strip(share),10)71 share = strip(share) 72 72 comment = strip(comment) 73 73 text = translate(share' 'comment) … … 83 83 smbtreeline.sl = strip(smbtreeline.sl,,'09'x) 84 84 parse var smbtreeline.sl '\\'machine '0909'x comment 85 machine = left(strip(machine),13)85 machine = strip(machine) 86 86 comment = strip(comment) 87 87 if VRGet("CN_smbtree","View") = "IconTree" then parent = smbtree.!workgroup; else parent = ""
Note:
See TracChangeset
for help on using the changeset viewer.