Skip to content
Search
K
English
中文
English
中文
Appearance
Menu
返回顶部
directory
format
typescript
File.
Exists
(path)
class:
File
description
Check if the specified file exists.
parameter
param_name
type
description
path
string
The path of the specified file.
return
type
description
boolean
Whether the file exists.
code example