find the prefix path directory common to all provided paths.
your input paths do not need to be normalized nor necessarily use posix-style separator "/".
under the hood, this function normalizes and converts all paths to posix-style, then applies the commonNormalizedPosixPath onto them.
find the prefix path directory common to all provided
paths
. your inputpaths
do not need to be normalized nor necessarily use posix-style separator "/". under the hood, this function normalizes and converts all paths to posix-style, then applies the commonNormalizedPosixPath onto them.Example