Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gets the common parts in all paths
#1
Hi,
Is there an easy way to get the common parts of all paths? 
In the following example, I expect the output to be
C:\Users\Administrator\Desktop\Test0\DEF\

Thanks in advance for any advice and help
david
 
Quote: C:\Users\Administrator\Desktop\Test0\DEF\A
 C:\Users\Administrator\Desktop\Test0\DEF\B
 C:\Users\Administrator\Desktop\Test0\DEF\1.txt
 C:\Users\Administrator\Desktop\Test0\DEF\2.txt

Macro Macro2
Code:
Copy      Help
_s=
;C:\Users\Administrator\hello
;C:\Users\Administrator\hello\B
;C:\Users\Administrator\hello\C\a.bat
;C:\Users\Administrator\hello\B\1.txt
;C:\Users\Administrator\Desktop\Test0\DEF\A
;C:\Users\Administrator\Desktop\Test0\DEF\B
;C:\Users\Administrator\Desktop\Test0\DEF\1.txt
;C:\Users\Administrator\Desktop\Test0\DEF\2.txt

;Todo: Gets the common parts in all paths
;C:\Users\Administrator\hello
;C:\Users\Administrator\Desktop\Test0\DEF\


Messages In This Thread
Gets the common parts in all paths - by Davider - 01-20-2023, 11:15 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)