method Path.explodePathimport { Path } from "https://deno.land/x/path@v3.0.0/src/Path.ts"; explodePath(separators: string[], pathString: string): string[]explodes a string into an array of strings Parametersseparators: string[]a list of valid separators for the host system pathString: stringthe path to be exploded as a string Returnsstring[]