Compass helpers for node platforms
Preparing search index...
isFileOrFolderExists
Function isFileOrFolderExists
isFileOrFolderExists
(
p
:
string
,
mode
?:
number
)
:
Promise
<
boolean
>
Parameters
p
:
string
文件或文件夹路径
mode
:
number
= constants.F_OK
访问模式,默认检查是否存在
Returns
Promise
<
boolean
>
是否存在
Description
检查路径下文件或文件夹是否存在(异步版本)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Compass helpers for node platforms
Loading...
文件或文件夹路径