Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ exists
Method
exists
packages/core/file-system/index.ts:346–348 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
344
}
345
346
public static exists(path: string): boolean {
347
return
getFileAccess().fileExists(path);
348
}
349
350
get extension(): string {
351
return
this._extension;
Callers
15
loadResource
Method · 0.95
fileExists
Method · 0.95
folderExists
Method · 0.95
rename
Method · 0.95
exists
Method · 0.95
completeEdit
Method · 0.95
safeReadText
Function · 0.45
loadAndExtractMap
Function · 0.45
remapFrame
Function · 0.45
loadFontFromFile
Function · 0.45
registerFont
Function · 0.45
registerFontsInFolder
Function · 0.45
Calls
2
getFileAccess
Function · 0.85
fileExists
Method · 0.65
Tested by
no test coverage detected