Skip to content

Latest commit

 

History

History
86 lines (45 loc) · 1.47 KB

File metadata and controls

86 lines (45 loc) · 1.47 KB

mocha-pod / Exports / TestFs / FileOpts

Interface: FileOpts

TestFs.FileOpts

Generic file options

Hierarchy

Table of contents

Properties

Properties

atime

atime: Date

Last access time for the file.

Default Value

new Date()

Defined in

testfs/types.ts:21


gid

gid: number

Group id for the file

Default Value

process.getgid()

Defined in

testfs/types.ts:42


mtime

mtime: Date

Last modification time for the file.

Default Value

new Date()

Defined in

testfs/types.ts:28


uid

uid: number

User id for the file

@defaultValue: process.getuid()

Defined in

testfs/types.ts:35