Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseFile

Base class that contains shared implementations of functions for the file object.

Hierarchy

Index

Methods

chmod

chmodSync

  • chmodSync(mode: number): void

chown

chownSync

  • chownSync(uid: number, gid: number): void

datasync

datasyncSync

  • datasyncSync(): void

sync

syncSync

  • syncSync(): void

utimes

utimesSync

  • utimesSync(atime: Date, mtime: Date): void

Generated using TypeDoc