MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_asUnixPath

Function UArray_asUnixPath

libs/basekit/source/UArray_path.c:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119UArray *UArray_asUnixPath(UArray *self) {
120 UArray *a = UArray_clone(self);
121 UArray_replaceCString_withCString_(a, OS_PATH_SEPARATOR, IO_PATH_SEPARATOR);
122 return a;
123}

Callers 1

IoSeq_immutable.cFile · 0.85

Calls 2

UArray_cloneFunction · 0.85

Tested by

no test coverage detected