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

Defined in: utils/index.d.ts:88

Returns true if the specified path points to a resource or local file.

Parameters

ParameterTypeDescription
pathstringThe path.

Returns

boolean

Previous
isEmoji