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