MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / toPosix

Method toPosix

src/shared/string-extensions.d.ts:20–20  ·  view source on GitHub ↗

* Convert a path string to POSIX format (forward slashes). * Extended-Length Paths in Windows (\\?\) are preserved. * @returns The path with backslashes converted to forward slashes

()

Source from the content-addressed store, hash-verified

18 * @returns The path with backslashes converted to forward slashes
19 */
20 toPosix(): string
21 }
22}
23

Callers 15

injectVariablesFunction · 0.65
getReadablePathFunction · 0.65
toRelativePathFunction · 0.65
path.spec.tsFile · 0.65
executeCommandInTerminalFunction · 0.65
getEnvironmentDetailsFunction · 0.65
isWriteProtectedMethod · 0.65
validateAccessMethod · 0.65
responses.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

toPosixFunction · 0.52