HomepageGitHub
  • Preparing search index...
  • The search index is not available
Static Blog Generator Gulp
  • Static Blog Generator Gulp
  • gulpfile
  • <internal>
  • "fs"
  • fstat

Function fstat

  • fstat(fd: number, callback: ((err: null | ErrnoException, stats: Stats) => void)): void
  • Invokes the callback with the fs.Stats for the file descriptor.

    See the POSIX fstat(2) documentation for more detail.

    Since

    v0.1.95

    Parameters

    • fd: number
    • callback: ((err: null | ErrnoException, stats: Stats) => void)
        • (err: null | ErrnoException, stats: Stats): void
        • Parameters

          • err: null | ErrnoException
          • stats: Stats

          Returns void

    Returns void

    • Defined in node_modules/@types/node/fs.d.ts:983
  • fstat(fd: number, options: undefined | StatOptions & {
        bigint?: false;
    }, callback: ((err: null | ErrnoException, stats: Stats) => void)): void
  • Parameters

    • fd: number
    • options: undefined | StatOptions & {
          bigint?: false;
      }
    • callback: ((err: null | ErrnoException, stats: Stats) => void)
        • (err: null | ErrnoException, stats: Stats): void
        • Parameters

          • err: null | ErrnoException
          • stats: Stats

          Returns void

    Returns void

    • Defined in node_modules/@types/node/fs.d.ts:984
  • fstat(fd: number, options: StatOptions & {
        bigint: true;
    }, callback: ((err: null | ErrnoException, stats: BigIntStats) => void)): void
  • Parameters

    • fd: number
    • options: StatOptions & {
          bigint: true;
      }
    • callback: ((err: null | ErrnoException, stats: BigIntStats) => void)
        • (err: null | ErrnoException, stats: BigIntStats): void
        • Parameters

          • err: null | ErrnoException
          • stats: BigIntStats

          Returns void

    Returns void

    • Defined in node_modules/@types/node/fs.d.ts:993
  • fstat(fd: number, options: undefined | StatOptions, callback: ((err: null | ErrnoException, stats: Stats | BigIntStats) => void)): void
  • Parameters

    • fd: number
    • options: undefined | StatOptions
    • callback: ((err: null | ErrnoException, stats: Stats | BigIntStats) => void)
        • (err: null | ErrnoException, stats: Stats | BigIntStats): void
        • Parameters

          • err: null | ErrnoException
          • stats: Stats | BigIntStats

          Returns void

    Returns void

    • Defined in node_modules/@types/node/fs.d.ts:1000

Settings

Member Visibility

Theme

Modules

  • Static Blog Generator Gulp
    • _config
      • <internal>
        • "/home/runner/work/static-blog-generator/static-blog-generator/src/_config"
        • "node:stream/consumers"
        • "node:stream/promises"
        • Bluebird
        • EventEmitter
        • internal
          • finished
          • pipeline
    • api
      • <internal>
    • clean
    • clean/archive
    • defaults
    • globals
    • gulp-utils
    • gulp-utils/gulp.cache
      • <internal>
    • gulp-utils/gulp.debug
    • gulp.deploy
    • gulp.feed
    • gulp.safelink
      • <internal>
    • gulp.seo
    • gulp.sitemap
    • gulpfile
      • <internal>
        • "fs"
          • access
          • appendFile
          • chmod
          • chown
          • close
          • constants
          • copyFile
          • exists
          • fchmod
          • fchown
          • fdatasync
          • fstat
          • fsync
          • ftruncate
          • futimes
          • lchmod
          • lchown
          • link
          • lstat
          • lutimes
          • mkdir
          • mkdtemp
          • open
          • opendir
          • promises
          • read
          • readFile
          • readdir
          • readlink
          • readv
          • realpath
          • realpathSync
          • rename
          • rm
          • rmdir
          • stat
          • symlink
          • truncate
          • unlink
          • utimes
          • write
          • writeFile
          • writev
      • default
    • index
    • post
    • post/copy
    • post/permalink
      • <internal>
    • post/standalone
    • post/update
    • sitemap
      • <internal>
    • sitemap/archive
      • <internal>
    • sitemap/pages
    • sitemap/posts
    • utils
    • utils/array
    • utils/chain
    • utils/debug
    • utils/fm
    • utils/hash
      • <internal>
    • utils/isdev
    • utils/jest
    • utils/lockmanager
    • utils/logger
    • utils/noop
      • <internal>
    • utils/nunjucks-env
    • utils/object
    • utils/scheduler
    • utils/stream
    • utils/string
      • <internal>
  • FSWatcher
  • WriteStream
  • Dir
  • Dirent
  • ReadStream
  • Stats
  • BigIntOptions
  • BigIntStats
  • CopyOptions
  • CopySyncOptions
  • MakeDirectoryOptions
  • ObjectEncodingOptions
  • OpenDirOptions
  • ReadAsyncOptions
  • ReadSyncOptions
  • ReadVResult
  • RmDirOptions
  • RmOptions
  • StatOptions
  • StatSyncFn
  • StatSyncOptions
  • StatWatcher
  • StatsBase
  • WatchFileOptions
  • WatchOptions
  • WriteVResult
  • BufferEncodingOption
  • EncodingOption
  • Mode
  • NoParamCallback
  • OpenMode
  • PathLike
  • PathOrFileDescriptor
  • ReadPosition
  • TimeLike
  • WatchEventType
  • WatchListener
  • WriteFileOptions
  • access
  • accessSync
  • appendFile
  • appendFileSync
  • chmod
  • chmodSync
  • chown
  • chownSync
  • close
  • closeSync
  • copyFile
  • copyFileSync
  • cp
  • cpSync
  • createReadStream
  • createWriteStream
  • exists
  • existsSync
  • fchmod
  • fchmodSync
  • fchown
  • fchownSync
  • fdatasync
  • fdatasyncSync
  • fstat
  • fstatSync
  • fsync
  • fsyncSync
  • ftruncate
  • ftruncateSync
  • futimes
  • futimesSync
  • lchmod
  • lchmodSync
  • lchown
  • lchownSync
  • link
  • linkSync
  • lstat
  • lstatSync
  • lutimes
  • lutimesSync
  • mkdir
  • mkdirSync
  • mkdtemp
  • mkdtempSync
  • open
  • openSync
  • opendir
  • opendirSync
  • read
  • readFile
  • readFileSync
  • readSync
  • readdir
  • readdirSync
  • readlink
  • readlinkSync
  • readv
  • readvSync
  • realpath
  • realpathSync
  • rename
  • renameSync
  • rm
  • rmSync
  • rmdir
  • rmdirSync
  • stat
  • statSync
  • symlink
  • symlinkSync
  • truncate
  • truncateSync
  • unlink
  • unlinkSync
  • unwatchFile
  • utimes
  • utimesSync
  • watch
  • watchFile
  • write
  • writeFile
  • writeFileSync
  • writeSync
  • writev
  • writevSync