ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
FS.createFile
ocean
io
Path
FS
Create a new file.
struct
FS
static
void
createFile
(
cstring
name
,
mode_t
mode
=
Octal
!("660")
)
Parameters
mode
mode_t
mode for the new file (defaults to 0660)
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 file.