Interface PureCreationOptions

This is the correct type that will be used when the API is updated in a breaking release

interface PureCreationOptions {
    gid: number;
    mode: number;
    uid: number;
}

Hierarchy (View Summary)

Properties

Properties

gid: number

The gid to create the file. This is ignored if the FS supports setgid and the setgid bit is set

mode: number

The mode to create the file with.

uid: number

The uid to create the file. This is ignored if the FS supports setuid and the setuid bit is set