RosettaCodeData/Task/Find-common-directory-path/PureBasic/find-common-directory-path-2.basic

7 lines
152 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Dim t.s(2)
t(0)="/home/user1/tmp/coverage/test"
t(1)="/home/user1/tmp/covert/operator"
t(2)="/home/user1/tmp/coven/members"
Debug CommonPath(t(),"/"))