Data update
This commit is contained in:
parent
796d366b97
commit
35bcdeebf8
504 changed files with 7045 additions and 610 deletions
|
|
@ -0,0 +1,18 @@
|
|||
func$ comdir path$[] .
|
||||
for i = 1 to len path$[1]
|
||||
c$ = substr path$[1] i 1
|
||||
for j = 2 to len path$[]
|
||||
if c$ <> substr path$[j] i 1
|
||||
break 2
|
||||
.
|
||||
.
|
||||
if c$ = "/"
|
||||
f = i - 1
|
||||
.
|
||||
.
|
||||
return substr path$[1] 1 f
|
||||
.
|
||||
a$[] &= "/home/user1/tmp/coverage/test"
|
||||
a$[] &= "/home/user1/tmp/covert/operator"
|
||||
a$[] &= "/home/user1/tmp/coven/members"
|
||||
print comdir a$[]
|
||||
Loading…
Add table
Add a link
Reference in a new issue