The Path.split() method splits a path in two halves, on a point along that path that you pass it.
Path.split()
array path.split(Point splitPoint)