Compass helpers for node platforms
Preparing search index...
createFolder
Function createFolder
createFolder
(
targetPath
:
string
,
options
?:
CreateFolderOptions
)
:
Promise
<
void
>
Parameters
targetPath
:
string
目标路径
Optional
options
:
CreateFolderOptions
配置项
cwd
执行路径,默认为 process.cwd()
recursive
是否递归创建父目录,默认为 true
Returns
Promise
<
void
>
Description
创建文件夹(异步版本)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Compass helpers for node platforms
Loading...
目标路径