method Path.prototype.toStringimport { Path } from "https://deno.land/x/path@v3.0.0/src/Path.ts"; toString(prefix?: string,suffix?: string,separator?: string,): stringrender this path object as a string Parametersoptionalprefix: string = [UNSUPPORTED]optionalsuffix: string = [UNSUPPORTED]optionalseparator: stringReturnsstringthe stored path structure as a string using the preferred system separator.