ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
FS.createFolder
ocean
io
Path
FS
Create a new directory.
struct
FS
static
void
createFolder
(
cstring
name
,
mode_t
mode
=
Octal
!("777")
)
Parameters
mode
mode_t
mode for the new directory (defaults to 0777)
Meta
Source
See Implementation
ocean
io
Path
FS
static functions
copy
createFile
createFolder
exception
exists
fileSize
isFile
isFolder
isReadable
isWritable
join
list
padded
paddedLeading
remove
rename
stripped
strz
timeStamps
structs
Listing
Stamps
Create a new directory.