NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
function normalize(path: string): string;

Defined in: file-system/index.d.ts:368

Normalizes a path, taking care of occurrances like ".." and "//".

Parameters

ParameterTypeDescription
pathstringThe path to be normalized.

Returns

string

Previous
join